Open tulika-aakriti opened 3 days ago
We want to make an exception for this changes i.e. to add deletion_protection field in the resources (google_oracle_database_cloud_exadata_infrastructure, google_oracle_database_autonomous_database, google_oracle_database_cloud_vm_cluster) to be part for weekly release. The update API is not implemented so every update call from tf can lead to accidental deletion of database and there is no way for the customer to restore it. There are no active customers using terraform as we onboarded last week so this breaking change should not affect anyone.
cc- @rileykarson @slevenick
Community Note
Description
Update API is not supported yet which leads to deletion and creation of new resource when a user try to update a field, which is default terraform behaviour. We can add a deletion_protection field to warn user regarding the same.
New or Affected Resource(s)
Potential Terraform Configuration
References
No response