We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to enable deletion protection - dry-run indicates that the private link would be affected:
# module.astra.astra_database.db will be updated in-place ~ resource "astra_database" "db" { ~ deletion_protection = false -> true id = "xxx" name = "testdb-test" # (15 unchanged attributes hidden) } # module.astra.astra_private_link.astra_link["us-west-2"] must be replaced -/+ resource "astra_private_link" "astra_link" { ~ datacenter_id = "xxx" # forces replacement -> (known after apply) # forces replacement ~ id = "cc8f28f3-79b8-4cfe-bbac-c26fde5e1f23/datacenter/cc8f28f3-79b8-4cfe-bbac-c26fde5e1f23-1/serviceNames/com.amazonaws.vpce.us-west-2.vpce-svc-0cc1100bd518e26de" -> (known after apply) ~ service_name = "com.amazonaws.vpce.us-west-2.xxxx" -> (known after apply) # (2 unchanged attributes hidden) }
The text was updated successfully, but these errors were encountered:
emerkle826
No branches or pull requests
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: