-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Remove non-inclusive terminology from aws_availability_zones data source attribute names #13766
Comments
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) ```
First pass: #13771 |
Ironically i.e. data "aws_availability_zones" "test" {
exclude_zone_ids = []
exclude_names = []
} |
|
This offends me. |
@myoung34 - while i agree they're similar, I feel that the intended action inflects different intents on the terms.
in my understanding of common parlance:
e.g. i want to read the this file but skip the first 2 lines.
e.g. i want to read this file but exclude any lines starting with cat. |
@clort81 I edited your comment, the original comment was not in line with our community guidelines People are free to discuss the technical considerations of this change, but as @breathingdust states in the original post, this is to bring the code in line with our internal standards, not a dicussion of what those standards are. |
This comment has been minimized.
This comment has been minimized.
@lukashin this is a pretty bad faith reading of everything being discussed. The original post lists the specifics, and the referenced changes are a single data source and NOT upstream AWS API rendering much of your comments here moot. I've hidden your response as it was also explicitly counter to what I previously said that this issue is not for discussion of the standards. Please refrain from further similar comments elsewhere. |
Removal of the deprecated |
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! |
Community Note
Description
Use the next major release as an opportunity to remove non-inclusive terminology in the provider codebase, documentation, and examples. We will be removing words whose meanings, origin, or associations are contrary to our Principles.
New or Affected Resource(s)
Potential Terraform Configuration
Before:
After:
References
The text was updated successfully, but these errors were encountered: