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 an existing IPsec Tunnel with "security_profile_customization" configured is changed (eg. A Network is added to remote_networks), the Security Customizations are set back to "Default". A second terraform apply solves the problem.
Hello,
when an existing IPsec Tunnel with "security_profile_customization" configured is changed (eg. A Network is added to remote_networks), the Security Customizations are set back to "Default". A second
terraform apply
solves the problem.Terraform Version
Terraform v1.5.0
vmware/vcd v3.9.0 + 3.7.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Security Customizations should not be set to "Default" when making changes to the Tunnel configuration.
Actual Behavior
Two
terraform apply
are required to make changes to IPsec Tunnels with Security CustomizationsSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
- This will Add the network but set Profile back to "Default"terraform apply
- This will notice that the profile is wrong and fix itThe text was updated successfully, but these errors were encountered: