Added API mapping and custom Domain

This commit is contained in:
2024-05-30 14:17:04 +02:00
parent d7903bf59a
commit 8de6d1d7b6
8 changed files with 587 additions and 117 deletions

View File

@@ -10,10 +10,25 @@ variable "env" {
variable "redirect_url" {
type = string
default = "https://nfc.standout.it/dev"
default = "https://nfc.infostandout.com"
}
variable "domain_name" {
type = string
default = "nfc.infostandout.com"
}
variable "ssl_certificate" {
type = string
default = ""
}
variable "git_version" {
type = string
default = "00000000"
}
variable "api_version" {
type = string
default = "v1"
}