Skip to content

Commit 6e46513

Browse files
committed
TestAccAWSEC2VPC_CidrBlock: Add default attribute values.
1 parent 39c2da4 commit 6e46513

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/aws/ec2/vpc_resource_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ func TestAccAWSEC2VPC_CidrBlock(t *testing.T) {
3636
func testAccAWSEC2VPCCidrBlockConfig(td *acctest.TestData, rName, cidrBlock string) string {
3737
return fmt.Sprintf(`
3838
resource %[1]q %[2]q {
39-
cidr_block = %[4]q
39+
cidr_block = %[4]q
40+
enable_dns_hostnames = false
41+
enable_dns_support = true
42+
instance_tenancy = "default"
4043
4144
tags = [
4245
{

0 commit comments

Comments
 (0)