terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Namespace resource argument `wait_for_default_service_account` wrongly documented as an attribute
The argument wait_for_default_service_account for the namespace resource is wrongly listed in an Attribute Reference section on the namespace resource instead of with the other arguments.
Expected Behavior
Docs for current stable version 2.23.0 should have wait_for_default_service_account underneath metadata, since it is not an attribute (something you read back from the resource) but an argument (something you describe about the resource to be created/updated, belonging to the Schema field in the Resource struct on the source file).
Actual Behavior
Docs for current stable version 2.23.0 show it below the attributes, confusingly giving the impression that wait_for_default_service_account is actually an attribute, though its description implies it's an argument.
References
- GH-2119 - originally documented in the data source
- GH-2213 - issue opened because it was "undocumented"
- GH-2227 - moved to resource docs but (understandably in this context) still in the wrong section
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment