mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
7 lines
107 B
HCL
7 lines
107 B
HCL
variable "security_group_name" {
|
|
default = "default-sg"
|
|
}
|
|
|
|
variable "nic_type" {
|
|
default = "internet"
|
|
} |