Added API mapping and custom Domain
This commit is contained in:
17
variable.tf
17
variable.tf
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user