Skip to content
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 instances of schema.ConfigModeAttr #12824

Closed
rileykarson opened this issue Oct 18, 2022 · 3 comments
Closed

Remove instances of schema.ConfigModeAttr #12824

rileykarson opened this issue Oct 18, 2022 · 3 comments

Comments

@rileykarson
Copy link
Collaborator

ConfigMode: schema.ConfigModeAttr is a setting that enables Attributes as blocks mode (https://www.terraform.io/language/attr-as-blocks) in Terraform, which corrected a breakage in Terraform Core between 0.11 and 0.12. It allows empty blocks to be specified, which is important to allow unsetting certain fields. However, it can result in negative behaviour for modules and advanced configurations, so we should try and remove occurrences of the setting.

This likely means attempting to correct O+C fields or similar. We've never scoped what removing this looks like.

@c2thorn
Copy link
Collaborator

c2thorn commented May 22, 2024

Noting that schema.ConfigModeAttr affected #18115

@c2thorn
Copy link
Collaborator

c2thorn commented Aug 21, 2024

closed with GoogleCloudPlatform/magic-modules#11506

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants