Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
the google_folder resource documentation does not list that argument.
Steps to reproduce
terraform apply
Important Factoids
I know those docs are supposed to be auto-generated so I wonder if this is a broader issue with the docs autogeneration? Looks like the argument was added 3 months ago as part of https://github.com/GoogleCloudPlatform/magic-modules/pull/11293/files, which also added this argument in many other places. I have not yet checked if those other places where this argument was added also have failed to update the documentation for those resources.
Community Note
Terraform Version & Provider Version(s)
Affected Resource(s)
Terraform Configuration
Debug Output
No response
Expected Behavior
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_folder#argument-reference should mention
deletion_protection
since https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/resourcemanager/resource_google_folder.go#L70-L75 includes it.Actual Behavior
the google_folder resource documentation does not list that argument.
Steps to reproduce
terraform apply
Important Factoids
I know those docs are supposed to be auto-generated so I wonder if this is a broader issue with the docs autogeneration? Looks like the argument was added 3 months ago as part of https://github.com/GoogleCloudPlatform/magic-modules/pull/11293/files, which also added this argument in many other places. I have not yet checked if those other places where this argument was added also have failed to update the documentation for those resources.
References
No response
b/379878671