We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ad8b9 commit 019cf07Copy full SHA for 019cf07
provisioner/terraform/resources_test.go
@@ -304,13 +304,14 @@ func TestConvertResources(t *testing.T) {
304
Name: "dev",
305
Type: "null_resource",
306
Agents: []*proto.Agent{{
307
- Name: "main",
308
- OperatingSystem: "linux",
309
- Architecture: "amd64",
310
- Auth: &proto.Agent_Token{},
311
- LoginBeforeReady: true,
312
- ConnectionTimeoutSeconds: 120,
313
- StartupScriptTimeoutSeconds: 300,
+ Name: "main",
+ OperatingSystem: "linux",
+ Architecture: "amd64",
+ Auth: &proto.Agent_Token{},
+ LoginBeforeReady: true,
+ ConnectionTimeoutSeconds: 120,
+ StartupScriptTimeoutSeconds: 300,
314
+ ShutdownScriptTimeoutSeconds: 300,
315
}},
316
317
gitAuthProviders: []string{"github", "gitlab"},
0 commit comments