|
@@ -13,7 +13,7 @@ locals {
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
# Double slash is intentional and required to show root of modules
|
|
|
- source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/codebuild_artifact?ref=v3.5.17"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/codebuild_artifact?ref=v3.0.0"
|
|
|
}
|
|
|
|
|
|
dependency "codebuild-ecr-base" {
|
|
@@ -68,5 +68,5 @@ inputs = {
|
|
|
codebuild_image = dependency.codebuild-ecr-base.outputs.codebuild_image_rhel7
|
|
|
artifact_s3_bucket = dependency.codebuild-ecr-base.outputs.artifact_s3_bucket
|
|
|
}
|
|
|
-terraform_version_constraint = "= 1.1.6"
|
|
|
-terragrunt_version_constraint = "= 0.36.2"
|
|
|
+terraform_version_constraint = "= 1.0.7"
|
|
|
+terragrunt_version_constraint = "= 0.32.3"
|