Closed ryanuy closed 9 months ago
Thanks for raising this issue. Seems service API doesn't support it for now per the api definition. Once it's supported, we can take another look. Thanks.
Thank you for looking into this.On 16 Mar 2023, at 4:31 pm, Neil Ye @.***> wrote: Thanks for raising this issue. Seems service API doesn't support it for now per the api definition. Once it's supported, we can take another look. Thanks.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Thanks for taking the time to open this issue. It looks like the behavior you requested is not supported by the underlying Azure API so I am going to label this issue as such and close it for now. If you create a request on Azure/azure-rest-api-specs, feel free to add the link here. When it gets added, we can reopen this request or you can create a new one.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.2.2
AzureRM Provider Version
3.47.0
Affected Resource(s)/Data Source(s)
azurerm_vpn_gateway_connection
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
It should have accepted the "None" option as it can be configured in the portal.
Actual Behaviour
Validation is failing due to "None" value is not accepeted
Steps to Reproduce
Changing to supported values removes the error but putting it to "None" give the error
Important Factoids
No response
References
ike_encryption_algorithm - (Required) The IKE encryption algorithm (IKE phase 2). Possible values are DES, DES3, AES128, AES192, AES256, GCMAES128, GCMAES256.
"None" should be a valid value.