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 😭
Hi there,
Terraform Version
Using pulumi provider
But it actually does not matter.
Affected Resource(s)
Expected Behavior
When I change
astra_access_list.addressesorastra_access_list.enabledorastra_private_link.allowed_principalsresources 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
ForceNewin resource_private_link and resource_access_list and implement an update.Today I need to manage it manually for production services 😭