|
@@ -13,7 +13,7 @@ locals {
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
terraform {
|
|
terraform {
|
|
# Double slash is intentional and required to show root of modules
|
|
# Double slash is intentional and required to show root of modules
|
|
- source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/codebuild_ecr_customer_portal?ref=v1.10.10"
|
|
|
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/codebuild_ecr_customer_portal?ref=v1.10.10"
|
|
}
|
|
}
|
|
|
|
|
|
dependency "codebuild-ecr-base" {
|
|
dependency "codebuild-ecr-base" {
|
|
@@ -37,13 +37,13 @@ terraform {
|
|
#provider "github" {
|
|
#provider "github" {
|
|
# version = "~> 4.2.0"
|
|
# version = "~> 4.2.0"
|
|
# organization = "mdr-engineering"
|
|
# organization = "mdr-engineering"
|
|
-# base_url = "https://github.mdr.defpoint.com/"
|
|
|
|
|
|
+# base_url = "https://github.xdr.accenturefederalcyber.com/"
|
|
#}
|
|
#}
|
|
#Provider block for Github MDR Content.
|
|
#Provider block for Github MDR Content.
|
|
provider "github" {
|
|
provider "github" {
|
|
version = "~> 4.2.0"
|
|
version = "~> 4.2.0"
|
|
organization = "MDR-Content"
|
|
organization = "MDR-Content"
|
|
- base_url = "https://github.mdr.defpoint.com/"
|
|
|
|
|
|
+ base_url = "https://github.xdr.accenturefederalcyber.com/"
|
|
}
|
|
}
|
|
EOF
|
|
EOF
|
|
}
|
|
}
|