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
@@ -48,3 +48,9 @@ variable "address_prefixes" {
48
48
description="List of ipv4 cidr blocks for the address prefixes (e.g. ['10.10.10.0/24']). If you are providing cidr blocks then a value must be provided for each of the subnets. If you don't provide cidr blocks for each of the subnets then values will be generated using the {ipv4_address_count} value."
49
49
default=[]
50
50
}
51
+
52
+
variable"base_security_group_name" {
53
+
type=string
54
+
description="The name of the base security group. If not provided the name will be based on the vpc name"
0 commit comments