15 lines
197 B
HCL
15 lines
197 B
HCL
variable "resource_group_name" {
|
|
type = string
|
|
}
|
|
|
|
variable "resource_group_location" {
|
|
type = string
|
|
}
|
|
|
|
variable "site_name" {
|
|
type = string
|
|
}
|
|
|
|
variable "service_plan_sku" {
|
|
type = string
|
|
} |