Skip to content

Commit

Permalink
TestAccAWSEC2VPC_CidrBlock: Remove optional attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 12, 2022
1 parent 29d9b33 commit 1362990
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/aws/ec2/vpc_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ func TestAccAWSEC2VPC_CidrBlock(t *testing.T) {
func testAccAWSEC2VPCCidrBlockConfig(td *acctest.TestData, rName, cidrBlock string) string {
return fmt.Sprintf(`
resource %[1]q %[2]q {
cidr_block = %[4]q
enable_dns_hostnames = false
enable_dns_support = true
instance_tenancy = "default"
cidr_block = %[4]q
tags = [
{
Expand Down

0 comments on commit 1362990

Please sign in to comment.