Browse Source

Merge pull request #12 from mdr-engineering/feature/ftd_MSOCI-1277_shared_iso_key

Renames 010-shared-iso-key to 010-shared-ami-key
Frederick Damstra 5 years ago
parent
commit
97df6d51c6

+ 1 - 1
common/aws-us-gov/afs-mdr-common-services-gov/004-iam-okta/okta_saml.tf

@@ -5,7 +5,7 @@
 #}
 
 module "common_services_roles" {
-  source        = "../../../../modules/iam/common_services_roles/0.1"
+  source        = "../../../../../xdr-terraform-modules/submodules/iam/common_services_roles/"
   account_alias = "afs-mdr-common-services-gov"
   okta_app      = "AWS - GovCloud"
 }

+ 1 - 1
common/aws-us-gov/afs-mdr-common-services-gov/010-shared-iso-key/terragrunt.hcl → common/aws-us-gov/afs-mdr-common-services-gov/010-shared-ami-key/terragrunt.hcl

@@ -8,7 +8,7 @@ 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/kms/shared_ami_key?ref=v0.2.2"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/shared_ami_key?ref=v0.3.0"
 }
 
 include {

+ 2 - 1
common/aws/mdr-common-services/004-iam-okta/okta_saml.tf

@@ -6,7 +6,8 @@
 
 
 module "common_services_roles" {
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/common_services_roles?ref=v0.0.1"
+  #source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/common_services_roles?ref=v0.0.1"
+  source = "../../../../../xdr-terraform-modules/submodules/iam/common_services_roles/"
   account_alias = "afs-mdr-common-services"
   okta_app      = "AWS - Commercial"
 }

+ 1 - 1
common/aws/mdr-common-services/010-shared-iso-key/terragrunt.hcl → common/aws/mdr-common-services/010-shared-ami-key/terragrunt.hcl

@@ -8,7 +8,7 @@ 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/kms/shared_ami_key?ref=v0.2.2"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/shared_ami_key?ref=v0.3.0"
 }
 
 include {