-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider: Update preview ignore tags handling to configuration block …
…and shared struct type (#12586) Reference: #10689 Based on feedback and for future extensibility. Output from acceptance testing: ``` --- PASS: TestAccAWSProvider_Endpoints (4.06s) --- PASS: TestAccAWSProvider_Endpoints_Deprecated (4.04s) --- PASS: TestAccAWSProvider_IgnoreTags_EmptyConfigurationBlock (3.99s) --- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_Multiple (4.01s) --- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_None (4.00s) --- PASS: TestAccAWSProvider_IgnoreTags_KeyPrefixes_One (4.02s) --- PASS: TestAccAWSProvider_IgnoreTags_Keys_Multiple (4.02s) --- PASS: TestAccAWSProvider_IgnoreTags_Keys_None (3.96s) --- PASS: TestAccAWSProvider_IgnoreTags_Keys_One (4.01s) --- PASS: TestAccAWSProvider_Region_AwsChina (3.83s) --- PASS: TestAccAWSProvider_Region_AwsCommercial (3.83s) --- PASS: TestAccAWSProvider_Region_AwsGovCloudUs (3.77s) --- PASS: TestAccAWSSubnet_availabilityZoneId (30.61s) --- PASS: TestAccAWSSubnet_basic (30.88s) --- PASS: TestAccAWSSubnet_enableIpv6 (49.79s) --- PASS: TestAccAWSSubnet_ignoreTags (57.70s) --- PASS: TestAccAWSSubnet_ipv6 (79.46s) --- PASS: TestAccAWSVpc_AssignGeneratedIpv6CidrBlock (70.48s) --- PASS: TestAccAWSVpc_basic (29.30s) --- PASS: TestAccAWSVpc_bothDnsOptionsSet (30.18s) --- PASS: TestAccAWSVpc_classiclinkDnsSupportOptionSet (31.10s) --- PASS: TestAccAWSVpc_classiclinkOptionSet (30.48s) --- PASS: TestAccAWSVpc_coreMismatchedDiffs (25.43s) --- PASS: TestAccAWSVpc_DisabledDnsSupport (29.98s) --- PASS: TestAccAWSVpc_disappears (15.64s) --- PASS: TestAccAWSVpc_ignoreTags (51.16s) --- PASS: TestAccAWSVpc_tags (48.55s) --- PASS: TestAccAWSVpc_Tenancy (70.60s) --- PASS: TestAccAWSVpc_update (44.36s) ```
- Loading branch information
Showing
10 changed files
with
417 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.