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
Azure Virtual Network Gateway being created with two authentication types.
In the Azure Portal it is possible to select multiple authentication types for a Point-to-site configuration:
According to the Terraform documentation, there can be only one vpn_client_configuration block and within that block, aad_tenant and root_certificate are incompatible.
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.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
Terraform Configuration Files
and
or (less preferable, as it would not reflect the configuration options in the Azure portal)
Expected Behaviour
Azure Virtual Network Gateway being created with two authentication types.
In the Azure Portal it is possible to select multiple authentication types for a Point-to-site configuration:
According to the Terraform documentation, there can be only one vpn_client_configuration block and within that block, aad_tenant and root_certificate are incompatible.
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network_gateway#vpn_client_configuration
Actual Behaviour
or
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: