11 lines
131 B
HCL
11 lines
131 B
HCL
variable "resource_group_name" {
|
|
type = string
|
|
}
|
|
|
|
variable "region" {
|
|
type = string
|
|
}
|
|
|
|
variable "subnet_id" {
|
|
type = string
|
|
} |