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
Thank you for taking the time to raise this! I am going to close this with @neil-yechenwei‘s response as an answer. If that is not the case, please provide additional information about the feature request that differentiates it from what @neil-yechenwei shared, thanks!
Thanks for the replies. @rcskosirike_integrity_algorithm represents the algorithm in phase 2. What we require is the integrity algorithm for phase 1, which is represented byintegrity_algorithmWe add both phase 2 and phase 1 during the set-up, but for the phase 1 it is not allowed to add SHA384, so we have to override it by going to the portal and change it there.
Is there an existing issue for this?
Community Note
Terraform Version
v1.6.0
AzureRM Provider Version
3.96.0
Affected Resource(s)/Data Source(s)
azurerm_vpn_gateway_connection
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
succesful plan / apply with integrity_algorithm "SHA384" since Azure allows the value for this argument when configuring it through the portal.
Actual Behaviour
Failed plan with error:
expected vpn_link.0.ipsec_policy.0.integrity_algorithm to be one of ["GCMAES192" "GCMAES128" "GCMAES256" "MD5" "SHA1" "SHA256"], got SHA384
Steps to Reproduce
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/vpn_gateway_connection
The text was updated successfully, but these errors were encountered: