-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Terrafrom recreates bigquery table on schema updates while bq cli updates properly #8710
Terrafrom recreates bigquery table on schema updates while bq cli updates properly #8710
Comments
Thing is that in the past with older provider versions I was able to update schema, so it cant be threated as enhancement/feature, its a bug. In #8630 its asked for new feature since whoever posted that didn't know that it was working before... |
@milosbackonja I see, are referring specifically to adding a nullable column? Essentially reopening #8503 ? |
@c2thorn For me its happening even if I add required, nullable or repeated column. |
Same here, no matter what options I select for new column |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
Terraform v0.14.8
provider registry.terraform.io/hashicorp/google v3.60.0
Affected Resource(s)
google_bigquery_table
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
It should update resource and schema since bq cli does it without problem with same change
Actual Behavior
It forces resource replacement
Steps to Reproduce
Update schema
terraform apply
Important Factoids
References
#8630
The text was updated successfully, but these errors were encountered: