data-source/aws_availability_zones: Remove blacklisted_names and blacklisted_zone_ids arguments#14134
Merged
Merged
Conversation
…klisted_zone_ids arguments Reference: #13766 Output from acceptance testing: ``` --- PASS: TestAccAWSAvailabilityZones_basic (15.27s) --- PASS: TestAccAWSAvailabilityZones_stateFilter (15.46s) --- PASS: TestAccAWSAvailabilityZones_AllAvailabilityZones (15.58s) --- PASS: TestAccAWSAvailabilityZones_Filter (15.70s) --- PASS: TestAccAWSAvailabilityZones_ExcludeNames (17.01s) --- PASS: TestAccAWSAvailabilityZones_ExcludeZoneIds (17.17s) ```
anGie44
approved these changes
Jul 14, 2020
anGie44
left a comment
Contributor
There was a problem hiding this comment.
Looks great! 🚀
Output of acceptance tests:
=== CONT TestAccAWSAvailabilityZones_AllAvailabilityZones
--- PASS: TestAccAWSAvailabilityZones_AllAvailabilityZones (16.83s)
--- PASS: TestAccAWSAvailabilityZones_stateFilter (17.00s)
--- PASS: TestAccAWSAvailabilityZones_basic (17.01s)
--- PASS: TestAccAWSAvailabilityZones_Filter (17.06s)
--- PASS: TestAccAWSAvailabilityZones_ExcludeZoneIds (18.50s)
--- PASS: TestAccAWSAvailabilityZones_ExcludeNames (18.69s)
|
This has been released in version 3.0.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
Closes #13766
Release note for CHANGELOG:
Output from acceptance testing: