Skip to content

Commit e02a410

Browse files
Update terraform-aws-modules/acm/aws requirement from ~> 4.3 to ~> 5.0
Updates the requirements on [terraform-aws-modules/acm/aws](https://github.com/terraform-aws-modules/terraform-aws-acm) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-acm/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-acm/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-acm@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/acm/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a8af16 commit e02a410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/terraform/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "aws_route53_record" "api" {
5353
module "acm" {
5454
count = var.create_custom_domain ? 1 : 0
5555
source = "terraform-aws-modules/acm/aws"
56-
version = "~> 4.3"
56+
version = "~> 5.0"
5757

5858
# un-comment this if you choose a region other than us-east-1
5959
# providers = {

0 commit comments

Comments
 (0)