Commit 61297c81 authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Simplifying settings

parent aae6ed3e
......@@ -35,7 +35,7 @@
module "dns" {
source = "./modules/dns"
account_id = local.settings.dns_account_id
account_id = local.settings.cdn_account_id
environment = local.settings.environment
zone_id = local.settings.zone_id
cdn_endpoint = module.distribution.cdn_endpoint
......
# Variables to be defined and used in terragrunt
cdn_account_id: ""
dns_account_id: ""
cdn_account_id: "" # Deployment Account ID
s3_account_id: ""
project_name: ""
region: ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment