Commit d42372c3 authored by Matthias A Lee's avatar Matthias A Lee Committed by Anton Babenko

Fix openvpn rule name mismatch (#43)

parent 31ae2e45
......@@ -6,7 +6,7 @@
variable "auto_ingress_rules" {
description = "List of ingress rules to add automatically"
type = "list"
default = ["openvpn-udp", "openvpn-tcp", "openvpn-443-tcp"]
default = ["openvpn-udp", "openvpn-tcp", "openvpn-https-tcp"]
}
variable "auto_ingress_with_self" {
......
......@@ -240,7 +240,7 @@ variable "auto_groups" {
}
openvpn = {
ingress_rules = ["openvpn-udp", "openvpn-tcp", "openvpn-443-tcp"]
ingress_rules = ["openvpn-udp", "openvpn-tcp", "openvpn-https-tcp"]
ingress_with_self = ["all-all"]
egress_rules = ["all-all"]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment