2023-09-01 23:27:50 +01:00
|
|
|
variable "resource_group_name" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "resource_group_location" {
|
|
|
|
type = string
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "site_name" {
|
|
|
|
type = string
|
2023-09-04 23:23:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "service_plan_sku" {
|
|
|
|
type = string
|
2023-09-01 23:27:50 +01:00
|
|
|
}
|