hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.34k stars 1.75k forks source link

Spanner Database Table Column addition recreates all other existing tables #14094

Open durjoydas opened 1 year ago

durjoydas commented 1 year ago

Community Note

Description

New or Affected Resource(s)

google_spanner_database existing tables

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

rileykarson commented 1 year ago

Note: DDL (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/spanner_database#ddl) updates are append-only, recreating the resource otherwise, but are not documented as such

zli82016 commented 1 year ago

Unassigning myself as I wasn't able to work on this one last week

rileykarson commented 1 year ago

The provider's working as expected here, it's just not well-documented why.

trodge commented 1 year ago

b/280337816