Skip to content

Commit

Permalink
updated ebs encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 25, 2024
1 parent 017653f commit 06982f4
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 97 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
}
149 changes: 77 additions & 72 deletions terragrunt/ACCOUNT_ID/us-east-1/demo/k8s-addons/.terraform.lock.hcl

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 @@ -72,7 +72,7 @@ terraform {
version = "${include.root.locals.tf_providers.kubernetes}"
}
kubectl = {
source = "gavinbunney/kubectl"
source = "alekc/kubectl"
version = "${include.root.locals.tf_providers.kubectl}"
}
helm = {
Expand Down
23 changes: 0 additions & 23 deletions terragrunt/ACCOUNT_ID/us-east-1/ebs-encryption/.terraform.lock.hcl

This file was deleted.

1 change: 0 additions & 1 deletion terragrunt/root.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
terragrunt_version_constraint = ">= 0.58"
skip = false

locals {
remote_state_bucket_region = get_env("TF_REMOTE_STATE_BUCKET_REGION")
Expand Down

0 comments on commit 06982f4

Please sign in to comment.