We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb496b2 commit 5ca9b4aCopy full SHA for 5ca9b4a
1 file changed
servers.tf
@@ -55,6 +55,10 @@ resource "hcloud_server" "github_runner" {
55
"su github-runner -c 'export CUSTOM_HOSTNAME=${self.name}; export GH_USERNAME=${var.github_authentication_user}; export GH_TOKEN=${var.github_authentication_token}; export GH_OWNER=${var.github_owner}; export GH_NAME=${var.github_repository_name}; export GH_LABELS=${var.github_actions_runner_labels}; export GH_REPLACE_RUNNERS=${var.github_actions_runner_replace_existing}; export GH_RUNNER_TYPE=${var.github_runner_type}; /srv/setup-runner.sh'"
56
]
57
}
58
+
59
+ timeouts {
60
+ create = "10m"
61
+ }
62
63
64
resource "null_resource" "deprovision" {
0 commit comments