|
@@ -8,7 +8,11 @@ locals {
|
|
|
|
|
|
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/shared_ami_key?ref=v0.5.3"
|
|
|
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/shared_ami_key?ref=v0.6.1"
|
|
|
+}
|
|
|
+
|
|
|
+dependency "account_standards" {
|
|
|
+ config_path = "../006-account-standards"
|
|
|
}
|
|
|
|
|
|
include {
|
|
@@ -21,4 +25,6 @@ inputs = {
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
}
|
|
|
ami_bucket_name = "cyberrange-shared-amis"
|
|
|
+ vmimport_extra_keys = [ dependency.account_standards.outputs.kms_key_id ]
|
|
|
+ vmimport_extra_buckets = [ "arn:aws:s3:::victim-windows10-enterprise-x64" ]
|
|
|
}
|