You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
PriorityClass resource definition to be not tainted and created successfully.
Actual Behavior
The error message below
Error: Provider produced inconsistent result after apply
When applying changes to kubernetes_manifest.priorityclass_vitess_operator_control_plane, provider
"provider["registry.terraform.io/hashicorp/kubernetes-alpha"]" produced an unexpected new value: .object.globalDefault: > was cty.False, but now null
Important Factoids
Deleting the line
"globalDefault" = false
makes it work.
References
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
The text was updated successfully, but these errors were encountered:
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Steps to Reproduce
terraform init & terraform apply
Expected Behavior
PriorityClass resource definition to be not tainted and created successfully.
Actual Behavior
The error message below
Important Factoids
Deleting the line
"globalDefault" = false
makes it work.
References
Community Note
The text was updated successfully, but these errors were encountered: