update test to remove dupe provider definition
This commit is contained in:
parent
0592bec0ed
commit
db132b312d
|
@ -357,10 +357,6 @@ resource "aws_opsworks_custom_layer" "tf-acc" {
|
||||||
|
|
||||||
func testAccAwsOpsworksCustomLayerConfigUpdate(name string) string {
|
func testAccAwsOpsworksCustomLayerConfigUpdate(name string) string {
|
||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
provider "aws" {
|
|
||||||
region = "us-east-1"
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "aws_security_group" "tf-ops-acc-layer3" {
|
resource "aws_security_group" "tf-ops-acc-layer3" {
|
||||||
name = "tf-ops-acc-layer3"
|
name = "tf-ops-acc-layer3"
|
||||||
ingress {
|
ingress {
|
||||||
|
|
Loading…
Reference in New Issue