Skip to content

Commit 5a4aac6

Browse files
authored
fix: pin acm module to source hash
1 parent ab6406a commit 5a4aac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

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

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

168167
create_certificate = local.create_domain_name && var.create_domain_records && local.create_certificate
169168

0 commit comments

Comments
 (0)