lib/awspec/stub/vpc.rb in awspec-1.12.4 vs lib/awspec/stub/vpc.rb in awspec-1.12.5
- old
+ new
@@ -98,8 +98,17 @@
value: 'my-pcx'
}
]
}
]
+ },
+ describe_vpc_attribute: {
+ vpc_id: 'vpc-bcd1235e',
+ enable_dns_hostnames: {
+ value: true
+ },
+ enable_dns_support: {
+ value: false
+ }
}
}
}