-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider: First pass at removing non-inclusive terminology #13771
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome ❤️ ! my only comment for discussion would be in regard to the naming. not that we have to follow-suit with how others have approached the white/blacklist, master/slave terminology replacements, but I'm also a fan of the approach taken by the Go community https://go-review.googlesource.com/c/go/+/236857 such that they've used allow/block which might be a bit more self-explanatory
Reference: #13766 Changes: * data-source/aws_availability_zones: Deprecate blacklisted_ arguments for skip_ arguments Output from acceptance testing: ``` --- PASS: TestAccAWSAvailabilityZones_stateFilter (16.19s) --- PASS: TestAccAWSAvailabilityZones_AllAvailabilityZones (16.22s) --- PASS: TestAccAWSAvailabilityZones_Filter (16.33s) --- PASS: TestAccAWSAvailabilityZones_basic (16.52s) --- PASS: TestAccAWSAvailabilityZones_SkipZoneIds (17.68s) --- PASS: TestAccAWSAvailabilityZones_BlacklistedZoneIds (17.75s) --- PASS: TestAccAWSAvailabilityZones_BlacklistedNames (18.07s) --- PASS: TestAccAWSAvailabilityZones_SkipNames (18.19s) ```
Output from acceptance testing: ``` --- PASS: TestAccAWSAvailabilityZones_AllAvailabilityZones (18.12s) --- PASS: TestAccAWSAvailabilityZones_stateFilter (18.20s) --- PASS: TestAccAWSAvailabilityZones_Filter (18.30s) --- PASS: TestAccAWSAvailabilityZones_basic (18.32s) --- PASS: TestAccAWSAvailabilityZones_ExcludeZoneIds (19.82s) --- PASS: TestAccAWSAvailabilityZones_ExcludeNames (20.00s) --- PASS: TestAccAWSAvailabilityZones_BlacklistedNames (20.04s) --- PASS: TestAccAWSAvailabilityZones_BlacklistedZoneIds (20.14s) ```
9522cd8
to
d259af4
Compare
Rebased and switched |
This has been released in version 2.69.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! |
Community Note
Reference: #13766
Release note for CHANGELOG:
Output from acceptance testing: