Skip to content

Commit

Permalink
updating the acm module
Browse files Browse the repository at this point in the history
  • Loading branch information
satishgummadellimoj committed Oct 31, 2023
1 parent ddc3eca commit 31f43f2
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 = "~> 4.3"
version = "~> 5.0"

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

0 comments on commit 31f43f2

Please sign in to comment.