provider/aws: Fix SG leak in opsworks custom layer test
This commit is contained in:
parent
e10d7740b3
commit
d78e897b46
|
@ -212,6 +212,10 @@ resource "aws_opsworks_custom_layer" "tf-acc" {
|
|||
`
|
||||
|
||||
var testAccAwsOpsworksCustomLayerConfigUpdate = testAccAwsOpsworksStackConfigNoVpcCreate + testAccAwsOpsworksCustomLayerSecurityGroups + `
|
||||
provider "aws" {
|
||||
region = "us-east-1"
|
||||
}
|
||||
|
||||
resource "aws_security_group" "tf-ops-acc-layer3" {
|
||||
name = "tf-ops-acc-layer3"
|
||||
ingress {
|
||||
|
|
Loading…
Reference in New Issue