Files
StandOut/variable.tf

15 lines
207 B
HCL

variable "region" {
type = string
default = "eu-west-1"
}
variable "env" {
type = string
default = "dev"
}
variable "redirect_url" {
type = string
default = "https://nfc.standout.it/dev"
}