|
@@ -13,7 +13,7 @@ locals {
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
terraform {
|
|
terraform {
|
|
# Double slash is intentional and required to show root of modules
|
|
# Double slash is intentional and required to show root of modules
|
|
- source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/legacy_hec?ref=v1.10.17"
|
|
|
|
|
|
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/legacy_hec?ref=v1.10.18"
|
|
}
|
|
}
|
|
|
|
|
|
generate "provider-legacy" {
|
|
generate "provider-legacy" {
|
|
@@ -66,5 +66,6 @@ inputs = {
|
|
vpc_cidr = local.account_vars.locals.vpc_info["vpc-splunk"]["cidr"]
|
|
vpc_cidr = local.account_vars.locals.vpc_info["vpc-splunk"]["cidr"]
|
|
azs = dependency.vpc.outputs.azs
|
|
azs = dependency.vpc.outputs.azs
|
|
public_subnets = dependency.vpc.outputs.public_subnets
|
|
public_subnets = dependency.vpc.outputs.public_subnets
|
|
|
|
+ private_subnets = dependency.vpc.outputs.private_subnets
|
|
elb_attachments = dependency.indexers.outputs.elb_attachments
|
|
elb_attachments = dependency.indexers.outputs.elb_attachments
|
|
}
|
|
}
|