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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ variable "ssl_enable" {
70
70
default=""
71
71
}
72
72
73
+
variable"security_group_id" {
74
+
description="The ID of security groups. Note: you can set only one security group. When this field is changed, the old security group will be replaced."
75
+
type=string
76
+
default=""
77
+
}
78
+
73
79
variable"vswitch_id" {
74
80
description="The vswitch id used to launch one or more instances."
0 commit comments