Skip to content

Commit c00e70c

Browse files
chore(deps): update terraform-aws-modules/acm/aws requirement from ~> 5.0 to ~> 6.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@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/acm/aws dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6bcc46 commit c00e70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "aws_route53_record" "api" {
3333

3434
module "acm" {
3535
source = "terraform-aws-modules/acm/aws"
36-
version = "~> 5.0"
36+
version = "~> 6.0"
3737

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

0 commit comments

Comments
 (0)