Closed
Description
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)
}
Metadata
Metadata
Assignees
Labels
No labels