Skip to content

Commit

Permalink
fix: changes for ebs-encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Feb 4, 2025
1 parent 2648cb7 commit d44ebe4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ include "env" {
expose = true
}

include "region" {
path = find_in_parent_folders("region.hcl")
expose = true
}

generate "providers_versions" {
path = "versions.tf"
if_exists = "overwrite"
Expand All @@ -35,6 +30,5 @@ terraform {
}

inputs = {
name = include.env.locals.name
enable = include.region.locals.region_values.aws_ebs_encryption_by_default
enable = include.env.locals.values.aws_ebs_encryption_by_default
}
1 change: 1 addition & 0 deletions terragrunt/ACCOUNT_ID/us-east-1/demo/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment: "demo"
domain_name: "maddevs.org"
create_r53_zone: false
create_acm_certificate: true
aws_ebs_encryption_by_default: true


allowed_ips:
Expand Down
1 change: 0 additions & 1 deletion terragrunt/ACCOUNT_ID/us-east-1/region.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ short_region:
us-gov-east-1: "usge1" # AWS GovCloud (US-East)
us-gov-west-1: "usgw1" # AWS GovCloud (US)

aws_ebs_encryption_by_default: true

0 comments on commit d44ebe4

Please sign in to comment.