Skip to content
New issue

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

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

Open
vavsab opened this issue Mar 26, 2024 · 0 comments
Open

Comments

@vavsab
Copy link
Contributor

vavsab commented Mar 26, 2024

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 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant