adding project page

This commit is contained in:
2025-02-17 07:52:50 -06:00
parent f6daf6e7d3
commit fd5dcf5756
94 changed files with 2097 additions and 2126 deletions

View File

@@ -1,31 +1,46 @@
variable "EMAIL_TXT_VALUE" {
variable "API_SUBDOMAIN_NAME" {
type = string
}
variable "EMAIL_SPF_VALUE" {
variable "APP_SUBDOMAIN_NAME" {
type = string
}
variable "CLIENT_ID" {
type = string
}
variable "CLIENT_SECRET" {
type = string
sensitive = true
}
variable "DOCKER_IO_PASSWORD" {
type = string
sensitive = true
}
variable "DOCKER_IO_USERNAME" {
type = string
}
variable "DOMAIN_NAME" {
type = string
}
variable "REGION" {
type = string
type = string
}
variable "RESOURCE_GROUP_NAME" {
type = string
}
variable "STATIC_WEB_APP_NAME" {
variable "TENANT_ID" {
type = string
}
variable "CUSTOM_DOMAIN_NAME_COUNT" {
type = number
}
variable "DOMAIN_NAME" {
variable "WORKSPACE" {
type = string
}
variable "WEBSITE_NAME" {
type = string
}