We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipsec_policy is a list, so currently one can provide multiple ipsec_policies:
terraform-azure-vpn/connections.tf
Line 18 in 9f020f7
Am i right?
The text was updated successfully, but these errors were encountered:
I think, I made it this way so that ipsec_policy could be left empty, but you're right. ipsec_policy is only allowed one single time.
Sorry, something went wrong.
dploeger
No branches or pull requests
ipsec_policy is a list, so currently one can provide multiple ipsec_policies:
terraform-azure-vpn/connections.tf
Line 18 in 9f020f7
As per my understanding a connection can only have one policy and thus only one ipsec_policy block.
Am i right?
The text was updated successfully, but these errors were encountered: