Skip to content

Commit

Permalink
ci-staging: add common modules (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Dec 3, 2024
1 parent e638ce3 commit 18823eb
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terragrunt/accounts/ci-staging/account.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aws": {
"profile": "ci-staging",
"regions": [
{
"region": "us-east-2"
}
]
}
}
47 changes: 47 additions & 0 deletions terragrunt/accounts/ci-staging/datadog-aws/.terraform.lock.hcl

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

12 changes: 12 additions & 0 deletions terragrunt/accounts/ci-staging/datadog-aws/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
terraform {
source = "../../../modules//datadog-aws"
}

include {
path = find_in_parent_folders()
merge_strategy = "deep"
}

inputs = {
env = "staging"
}
25 changes: 25 additions & 0 deletions terragrunt/accounts/ci-staging/wiz/.terraform.lock.hcl

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

8 changes: 8 additions & 0 deletions terragrunt/accounts/ci-staging/wiz/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
source = "../../../..//terragrunt/modules/wiz"
}

include {
path = find_in_parent_folders()
merge_strategy = "deep"
}

0 comments on commit 18823eb

Please sign in to comment.