Selector.infra/modules/web_service/variables.tf

11 lines
148 B
Terraform
Raw Normal View History

variable "resource_group_name" {
type = string
}
variable "resource_group_location" {
type = string
}
variable "site_name" {
type = string
}