|
@@ -13,7 +13,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/threatquotient?ref=v5.2.3"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v5.2.6"
|
|
|
}
|
|
|
|
|
|
dependency "vpc" {
|
|
@@ -34,10 +34,11 @@ inputs = {
|
|
|
Purpose = "Threatquotient"
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
}
|
|
|
- vpc_id = dependency.vpc.outputs.vpc_id
|
|
|
- vpc_cidr = local.account_vars.locals.vpc_info["vpc-splunk"]["cidr"]
|
|
|
- azs = dependency.vpc.outputs.azs
|
|
|
- public_subnets = dependency.vpc.outputs.public_subnets # Phantom is on a PUBLIC subnet for direct comm
|
|
|
+ vpc_id = dependency.vpc.outputs.vpc_id
|
|
|
+ vpc_cidr = local.account_vars.locals.vpc_info["vpc-splunk"]["cidr"]
|
|
|
+ azs = dependency.vpc.outputs.azs
|
|
|
+ public_subnets = dependency.vpc.outputs.public_subnets
|
|
|
+ private_subnets = dependency.vpc.outputs.private_subnets
|
|
|
}
|
|
|
terraform_version_constraint = "= 1.1.6"
|
|
|
terragrunt_version_constraint = "= 0.36.2"
|