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
Copy file name to clipboardExpand all lines: variables.tf
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,6 @@ variable "eip_id" {
56
56
description="If we detect the default 'disabled' we avoid the EIP switching code in user-data on wg server startup, if an EIP ID is provided the instance will attempt to switch EIP."
57
57
}
58
58
59
-
variable"associate_public_ip_address" {
60
-
default=true
61
-
description="get a public address or not, use with eip, but set false if the vpn server sits on a private net behidn elb"
0 commit comments