Skip to content

TERRA-116: PrivateLink affected when attempting to flip deletion_protection flag #400

Closed
@emerkle826

Description

@emerkle826

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions