From f59e37a41fc6169fb9a30c1da2801ed3e060cdf8 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Mon, 20 Mar 2017 13:54:13 -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 6d0870f17..4399cbd5f 100644 --- a/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go +++ b/builtin/providers/aws/resource_aws_opsworks_custom_layer_test.go @@ -287,10 +287,6 @@ resource "aws_security_group" "tf-ops-acc-layer2" { func testAccAwsOpsworksCustomLayerConfigNoVpcCreate(name string) string { return fmt.Sprintf(` -provider "aws" { - region = "us-east-1" -} - resource "aws_opsworks_custom_layer" "tf-acc" { stack_id = "${aws_opsworks_stack.tf-acc.id}" name = "%s"