mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
7 lines
107 B
Terraform
7 lines
107 B
Terraform
|
variable "security_group_name" {
|
||
|
default = "default-sg"
|
||
|
}
|
||
|
|
||
|
variable "nic_type" {
|
||
|
default = "internet"
|
||
|
}
|