diff --git a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go index ed3d0fad6..fa2e7f3e1 100644 --- a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go +++ b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go @@ -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 {