From db132b312d04c3539d2b073c23955b0cfb441994 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Mon, 20 Mar 2017 14:06:07 -0500 Subject: [PATCH] update test to remove dupe provider definition --- .../providers/aws/resource_aws_opsworks_custom_layer_test.go | 4 ---- 1 file changed, 4 deletions(-) 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 4399cbd5f3..fc0c160877 100644 --- a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go +++ b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go @@ -357,10 +357,6 @@ resource "aws_opsworks_custom_layer" "tf-acc" { func testAccAwsOpsworksCustomLayerConfigUpdate(name string) string { return fmt.Sprintf(` -provider "aws" { - region = "us-east-1" -} - resource "aws_security_group" "tf-ops-acc-layer3" { name = "tf-ops-acc-layer3" ingress {