-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
enable_shielded_nodes is not sent for container cluster resource #9118
enable_shielded_nodes is not sent for container cluster resource #9118
Comments
terraform sdk has this thing where if a field is computed it wont't tell you if it exists in the config with getOk if the underlying value is falsey.. This seems like a problem where we rely on this behavior. ie b/187748032 runs into this issue because it tries to read if
so in this case terraform pretends that the value doesn't exist in the config. |
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. |
When you specify
enable_shielded_nodes
oncontainer cluster
resource the value isn't being sent.References
The text was updated successfully, but these errors were encountered: