@@ -1,5 +1,5 @@
module "mdradmin-bootstrap" {
- source = "../../../../modules/iam/bootstrap_mdradmin_policies/0.1"
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/bootstrap_mdradmin_policies?ref=v0.0.1"
users = [ "MDRAdmin" ]
bucket_name = local.name
lock_table_name = local.name
@@ -0,0 +1,7 @@
+To use the files in this directory, you'll need to set your profile.
+
+e.g.
+```
+AWS_SDK_LOAD_CONFIG=1 AWS_PROFILE="commercial-terraformer" terraform plan
module "tfstate" {
- source = "../../../../modules/tfstate/tfstate-s3/0.1"
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/tfstate/tfstate-s3?ref=v0.0.2"
}
@@ -6,7 +6,7 @@
module "common_services_roles" {
- source = "../../../../modules/iam/common_services_roles/0.1"
+ source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/common_services_role?ref=v0.0.1"
account_alias = "afs-mdr-common-services"
okta_app = "AWS - Commercial"