Skip to content

Commit 1acb767

Browse files
authored
fix: typo in source string for acm
1 parent 5a4aac6 commit 1acb767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ locals {
162162
}
163163

164164
module "acm" {
165-
source = "git::https://github.com/terraform-aws-modules/terraform-aws-acm/.git?ref=f421377c87fe5207898adc0def87540fa07c2af4" # commit hash of v5.0.1
165+
source = "git::https://github.com/terraform-aws-modules/terraform-aws-acm.git?ref=f421377c87fe5207898adc0def87540fa07c2af4" # commit hash of v5.0.1
166166

167167
create_certificate = local.create_domain_name && var.create_domain_records && local.create_certificate
168168

0 commit comments

Comments
 (0)