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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,3 +119,21 @@ variable "self_saml_arn" {
119
119
description="The ARN of the IAM SAML identity provider for the self service portal. "
120
120
}
121
121
122
+
123
+
variable"security_group_ids" {
124
+
type=list(any)
125
+
default=[]
126
+
description="The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups."
127
+
}
128
+
129
+
variable"vpc_id" {
130
+
type=string
131
+
default=""
132
+
description="The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied."
133
+
}
134
+
135
+
variable"group_ids" {
136
+
type=list
137
+
default=[]
138
+
description="The ID of the group to which the authorization rule grants access."
0 commit comments