Skip to content

Commit

Permalink
reverting acm module update (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
satishgummadellimoj authored Nov 3, 2023
1 parent c371a6b commit 16d8228
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 = "~> 4.3"

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

0 comments on commit 16d8228

Please sign in to comment.