Commit aae6ed3e authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Removing comments and adding config file sample

parent 08e91eed
...@@ -21,26 +21,6 @@ module "cdn" { ...@@ -21,26 +21,6 @@ module "cdn" {
} }
# + origin {
# + connection_attempts = 3
# + connection_timeout = 10
# + domain_name = "cdn-test-suarez-695964370516-prod.s3.amazonaws.com"
# + origin_id = "s3_one"
#
# + s3_origin_config {
# + origin_access_identity = "origin-access-identity/cloudfront/EJZYR4TJZ4424"
# }
# }
# - origin {
# - connection_attempts = 3 -> null
# - connection_timeout = 10 -> null
# - domain_name = "cdn-test-suarez-695964370516-prod.s3.amazonaws.com" -> null
# - origin_access_control_id = "E8WTPE7OWBAPP" -> null
# - origin_id = "s3_one" -> null
# }
#
origin = { origin = {
s3_one = { s3_one = {
......
# Variables to be defined and used in terragrunt
cdn_account_id: ""
dns_account_id: ""
s3_account_id: ""
project_name: ""
region: ""
environment: ""
domain: ""
zone_id: ""
s3_force_destroy: ""
assume_role: ""
\ No newline at end of file
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