mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-05 22:00:22 -05:00
10 lines
168 B
HCL
10 lines
168 B
HCL
variable "cidr_blocks" {
|
|
default = "0.0.0.0/0"
|
|
description = "CIDR for sg"
|
|
}
|
|
|
|
variable "sg_name" {
|
|
default = "rds_sg"
|
|
description = "Tag Name for sg"
|
|
}
|