-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
inconsistent map element types - defaults inside optional object #32157
Comments
This is an issue in the HCL defaults package. Essentially it tries to create a value for I think the correct behaviour here would be to just leave the whole url_redirect object as null and not attempt to insert default values into null objects. |
A workaround for this is to provide an default value for the This is still a bug, but you might be able to make progress with the workaround until we can fix it. |
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. |
Terraform Version
Terraform Configuration Files
Debug Output
n/a
Expected Behavior
no crash
Actual Behavior
Steps to Reproduce
terraform init
terraform apply
Additional Context
No response
References
#32152
The text was updated successfully, but these errors were encountered: