|
@@ -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_ecr_customer_portal?ref=v3.5.16"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/codebuild_ecr_customer_portal?ref=v4.0.0"
|
|
|
}
|
|
|
|
|
|
dependency "codebuild-ecr-base" {
|
|
@@ -29,7 +29,7 @@ terraform {
|
|
|
required_providers {
|
|
|
aws = {
|
|
|
source = "hashicorp/aws"
|
|
|
- version = "= 3.59.0" # 2021-09-21: upgrade from 3.37.0
|
|
|
+ version = "= 4.4.0" # 2022-03-08: upgrade from 3.63.0; 2021-09-21: upgrade from 3.37.0
|
|
|
}
|
|
|
vault = {
|
|
|
source = "hashicorp/vault"
|