Skip to content

Cannot update astra_private_link & astra_access_list w/o doing removal #380

Open
@vavsab

Description

Hi there,

Terraform Version

Using pulumi provider
But it actually does not matter.

Affected Resource(s)

  • astra_private_link
  • astra_access_list

Expected Behavior

When I change astra_access_list.addresses or astra_access_list.enabled or astra_private_link.allowed_principals resources are updated.

Actual Behavior

It triggers recreation instead of doing an update. It's a bit disruptive for production services.
Is it possible to remove ForceNew in resource_private_link and resource_access_list and implement an update.

Today I need to manage it manually for production services 😭

Metadata

Assignees

No one assigned

    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