Skip to content

Commit

Permalink
Update terraform-aws-modules/acm/aws requirement from ~> 4.3 to ~> 5.0
Browse files Browse the repository at this point in the history
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.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/acm/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 63042d1 commit 44b8b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "acm_label" {
module "acm" {
count = var.enabled ? 1 : 0
source = "terraform-aws-modules/acm/aws"
version = "5.0"
version = "5.0.1"

domain_name = var.domain_name
zone_id = var.zone_id
Expand Down

0 comments on commit 44b8b87

Please sign in to comment.