mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
c6beaa7ce8
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
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"
|
|
}
|