DNS Configuration Conditioning :
- Add AWS_R53_ENABLED variable - Update Documentation - Add ToDo
This commit is contained in:
@@ -3,6 +3,10 @@ variable "AWS_SECRET_KEY" {}
|
||||
variable "AWS_KEY_NAME" {}
|
||||
variable "AWS_KEY_LOCATION" {}
|
||||
variable "AWS_R53_ZONE_ID" {}
|
||||
variable "AWS_R53_ENABLED" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "GITHUB_REPO_URL" {
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user