DNS Configuration Conditioning :

- Add AWS_R53_ENABLED variable
- Update Documentation
- Add ToDo
This commit is contained in:
Damien A
2024-01-02 19:32:23 +01:00
parent fb2e5422c2
commit 22072de929
6 changed files with 21 additions and 3 deletions

View File

@@ -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