First commit
This commit is contained in:
24
infrastructure/modules/static_web_app/variables.tf
Normal file
24
infrastructure/modules/static_web_app/variables.tf
Normal file
@@ -0,0 +1,24 @@
|
||||
variable "region" {
|
||||
|
||||
}
|
||||
|
||||
variable "resource_group_name" {
|
||||
|
||||
}
|
||||
|
||||
variable "static_web_app_name" {
|
||||
|
||||
}
|
||||
|
||||
variable "custom_domain_name_count" {
|
||||
|
||||
}
|
||||
|
||||
variable "domain_name" {
|
||||
|
||||
}
|
||||
|
||||
variable "subdomain_name" {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user