You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apply_options.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ type ApplyOptions struct {
6
6
TestNamestring// the name of the test to run, for logging purposes.
7
7
TemplatePathstring// the relative or absolute path to the terraform template to be applied.
8
8
Varsmap[string]string// the vars to pass to the terraform template.
9
-
AttemptTerraformRetrybool// if true, if a known error message occurs, automatically attempt a retry.
10
9
RetryableTerraformErrorsmap[string]string// a map of error messages which we expect on this template and which should invoke a second terraform apply, along with an additional message offering details on this error text.
11
10
TfRemoteStateS3BucketNamestring// S3 bucket name where terraform.tfstate files should be stored for running any terraform runs. Bucket should already exist.
12
11
TfRemoteStateS3BucketRegionstring// AWS Region where the TfRemoteStateS3BucketName exists.
ao.RetryableTerraformErrors["aws_instance.demo: Error launching source instance: InvalidKeyPair.NotFound"] ="This error was deliberately added to the template."
0 commit comments