|
@@ -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"
|
|
|
}
|