浏览代码

Merge pull request #49 from mdr-engineering/feature/dw_MSOCI-1388_roles8hours

[MSOCI-1388] fixed a module path issue
Duane Waddle 5 年之前
父节点
当前提交
efd8e3b298

+ 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        = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/common_services_roles?ref=v0.6.5"
+  source        = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//submodules/iam/common_services_roles?ref=v0.6.5"
   account_alias = "afs-mdr-common-services-gov"
   okta_app      = "AWS - GovCloud"
 }

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

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