|
@@ -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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/vault?ref=v0.9.12"
|
|
|
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/vault?ref=v1.0.2"
|
|
|
}
|
|
|
|
|
|
dependency "vpc-system-services" {
|
|
@@ -33,6 +33,7 @@ inputs = {
|
|
|
tags = {
|
|
|
Purpose = "Vault"
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
+ Schedule = "none"
|
|
|
}
|
|
|
instance_name = "vault"
|
|
|
instance_type = local.account_vars.locals.vault_server_instance_type
|