provider/aws: Fix SG leak in opsworks custom layer test

This commit is contained in:
clint shryock 2016-01-26 11:43:35 -06:00
parent e10d7740b3
commit d78e897b46
1 changed files with 4 additions and 0 deletions

View File

@ -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 {