|
@@ -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.xdr.accenturefederalcyber.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=v3.0.0"
|
|
}
|
|
}
|
|
|
|
|
|
dependency "codebuild-ecr-base" {
|
|
dependency "codebuild-ecr-base" {
|
|
@@ -29,11 +29,7 @@ terraform {
|
|
required_providers {
|
|
required_providers {
|
|
aws = {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
source = "hashicorp/aws"
|
|
- version = "= 3.37.0" # 2021-04-29: upgrade from 2.66
|
|
|
|
- }
|
|
|
|
- template = {
|
|
|
|
- source = "hashicorp/template"
|
|
|
|
- version = "= 2.2.0" # 2021-04-29: ugprade from 2.1.0
|
|
|
|
|
|
+ version = "= 3.59.0" # 2021-09-21: upgrade from 3.37.0
|
|
}
|
|
}
|
|
vault = {
|
|
vault = {
|
|
source = "hashicorp/vault"
|
|
source = "hashicorp/vault"
|
|
@@ -93,5 +89,5 @@ inputs = {
|
|
#artifact_s3_bucket = dependency.codebuild-ecr-base.outputs.artifact_s3_bucket
|
|
#artifact_s3_bucket = dependency.codebuild-ecr-base.outputs.artifact_s3_bucket
|
|
webhook_branch_filter = "release/.*"
|
|
webhook_branch_filter = "release/.*"
|
|
}
|
|
}
|
|
-terraform_version_constraint = "= 0.15.1"
|
|
|
|
-terragrunt_version_constraint = ">= 0.29, < 0.30"
|
|
|
|
|
|
+terraform_version_constraint = "= 1.0.7"
|
|
|
|
+terragrunt_version_constraint = "= 0.32.3"
|