Skip to content

Commit

Permalink
This caused issues with the EKS test, removing it
Browse files Browse the repository at this point in the history
Apparently in the EKS module the "aws configmap" depends on the
variables passed in.
  • Loading branch information
crhino committed Oct 22, 2021
1 parent a5396c1 commit 6cb36da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ func TestTerraform_EC2DemoExample(t *testing.T) {
})

t.Cleanup(func() {
// Set Vars to nil because the destroy can fail validation based on
// variables provided, such as length of an identifier, and the variables
// are not necessary for a destroy operation.
terraformOptions.Vars = nil
terraform.Destroy(t, terraformOptions)
})

Expand Down Expand Up @@ -102,10 +98,6 @@ func TestTerraform_EKSDemoExample(t *testing.T) {
})

t.Cleanup(func() {
// Set Vars to nil because the destroy can fail validation based on
// variables provided, such as length of an identifier, and the variables
// are not necessary for a destroy operation.
terraformOptions.Vars = nil
terraform.Destroy(t, terraformOptions)
})

Expand Down

0 comments on commit 6cb36da

Please sign in to comment.