We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3302e7a commit c364b6bCopy full SHA for c364b6b
variables.tf
@@ -6,6 +6,7 @@ variable "common_tags" {
6
7
variable "vpc_id" {
8
description = "The ID of the VPC."
9
+ nullable = false
10
type = string
11
}
12
@@ -23,6 +24,7 @@ variable "description" {
23
24
25
variable "ingress_rules" {
26
description = "Inbound rules (ingress) for this security group."
27
28
type = map(object({
29
description = optional(string, null)
30
ip_protocol = optional(string, "tcp")
@@ -45,6 +47,7 @@ variable "ingress_rules" {
45
47
46
48
variable "egress_rules" {
49
description = "Outbound rules (egress) for this security group."
50
51
52
53
0 commit comments