update test to remove dupe provider definition

This commit is contained in:
clint shryock 2017-03-20 13:54:13 -05:00
parent ca5291ba0b
commit f59e37a41f
1 changed files with 0 additions and 4 deletions

View File

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