Feature/1 add projects and about pages (#2)

* adding api

* adding projects page

* adding project page

* updating terraform

* updating terraform

* adding github workflows
This commit was merged in pull request #2.
This commit is contained in:
2025-02-23 20:45:04 +00:00
committed by GitHub
parent 2d9cd07358
commit 6deca4c7ea
95 changed files with 14643 additions and 1500 deletions

View File

@@ -1,31 +1,42 @@
variable "EMAIL_TXT_VALUE" {
variable "APP_SUBDOMAIN_NAME" {
type = string
}
variable "EMAIL_SPF_VALUE" {
variable "CLIENT_ID" {
type = string
}
variable "REGION" {
variable "CLIENT_SECRET" {
type = string
sensitive = true
}
variable "DNS_ZONE_RESOURCE_GROUP" {
type = string
}
variable "DOCKER_IO_PASSWORD" {
type = string
sensitive = true
}
variable "DOCKER_IO_USERNAME" {
type = string
}
variable "DOMAIN_NAME" {
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
}