Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data-source/aws_vpc: Refactor to use keyvaluetags library (#10413)
Reference: #7926 In preparation for provider-wide ignore and default tag logic, here we refactor this resource to use the consistent `keyvaluetags` handling. Output from acceptance testing: ``` --- PASS: TestAccDataSourceAwsVpc_basic (27.54s) --- PASS: TestAccDataSourceAwsVpc_ipv6Associated (27.56s) --- PASS: TestAccDataSourceAwsVpc_multipleCidr (51.12s) ```
- Loading branch information