First commit
This commit is contained in:
23
infrastructure/variables.tf
Normal file
23
infrastructure/variables.tf
Normal file
@@ -0,0 +1,23 @@
|
||||
variable "REGION" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "RESOURCE_GROUP_NAME" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "STATIC_WEB_APP_NAME" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "CUSTOM_DOMAIN_NAME_COUNT" {
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "DOMAIN_NAME" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "SUBDOMAIN_NAME" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user