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
I am able to create a DB and a private link for it.
If I then change deletion_protection to true, and run a terraform apply, I see this:
terraform applyastra_database.terra116: Refreshing state... [id=862b6fac-746a-4313-838e-a6e0bcd59376]astra_private_link.privatelink: Refreshing state... [id=862b6fac-746a-4313-838e-a6e0bcd59376/datacenter/862b6fac-746a-4313-838e-a6e0bcd59376-1/serviceNames/projects/astra-fwd-prod-66/regions/us-east1/serviceAttachments/pl-prod]Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-placeTerraform will perform the following actions:
# astra_database.terra116 will be updated in-place~ resource "astra_database" "terra116" {~ deletion_protection = false -> trueid = "862b6fac-746a-4313-838e-a6e0bcd59376"name = "terra116"# (15 unchanged attributes hidden)}Plan: 0 to add, 1 to change, 0 to destroy.Do you want to perform these actions?Terraform will perform the actions described above.Only 'yes' will be accepted to approve.Enter a value:
And the private link isn't modified.
This is with the latest version 2.3.11. If you are using an older version, can you try updating the version to 2.3.11 and running a terraform init --upgrade
Attempting to enable deletion protection - dry-run indicates that the private link would be affected:
The text was updated successfully, but these errors were encountered: