Skip to content

Commit

Permalink
Extend RetryableTerraformErrors for error: The specified key does not…
Browse files Browse the repository at this point in the history
… exist
  • Loading branch information
sebastianczech committed Aug 12, 2024
1 parent ded78a9 commit 919e0e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vmseries_standalone/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func CreateTerraformOptions(t *testing.T, varFiles []string) *terraform.Options
Lock: true,
Upgrade: true,
SetVarsAfterVarFiles: true,
RetryableTerraformErrors: map[string]string{
"The specified key does not exist": "Temporary solution for problem with listing tags for S3 (Simple Storage) Object - operation error S3: GetObjectTagging, https response error StatusCode: 404, api error NoSuchKey: The specified key does not exist",
},
})

return terraformOptions
Expand Down

0 comments on commit 919e0e6

Please sign in to comment.