|
@@ -18,7 +18,7 @@ locals {
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
# Double slash is intentional and required to show root of modules
|
|
|
- source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/globally_accessible_bucket?ref=v1.24.4"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/globally_accessible_bucket?ref=v1.24.5"
|
|
|
}
|
|
|
|
|
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -30,6 +30,7 @@ include {
|
|
|
inputs = {
|
|
|
name = "xdr-trumpet-${local.region_vars.locals.aws_region}"
|
|
|
encryption = "SSE-S3"
|
|
|
+ extra_accounts = local.partition_vars.locals.customer_accounts
|
|
|
tags = {
|
|
|
Purpose = "Storage of Trumpet Scripts"
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|