Skip to content

Commit

Permalink
fix:updated ebs encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 25, 2024
1 parent 5e37691 commit 02c4de2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 23 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ include "root" {
expose = true
}

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

include "region" {
path = find_in_parent_folders("region.hcl")
expose = true
Expand Down Expand Up @@ -30,5 +35,6 @@ terraform {
}

inputs = {
name = include.env.locals.name
enable = include.region.locals.region_values.aws_ebs_encryption_by_default
}
23 changes: 0 additions & 23 deletions terragrunt/ACCOUNT_ID/us-east-1/ebs-encryption/.terraform.lock.hcl

This file was deleted.

0 comments on commit 02c4de2

Please sign in to comment.