terraform/examples/aws-rds/sg-variables.tf

9 lines
165 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"
}