You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😭
The text was updated successfully, but these errors were encountered:
Hi there,
Terraform Version
Using pulumi provider
But it actually does not matter.
Affected Resource(s)
Expected Behavior
When I change
astra_access_list.addresses
orastra_access_list.enabled
orastra_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 😭
The text was updated successfully, but these errors were encountered: