We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6406a commit 5a4aac6Copy full SHA for 5a4aac6
main.tf
@@ -162,8 +162,7 @@ locals {
162
}
163
164
module "acm" {
165
- source = "terraform-aws-modules/acm/aws"
166
- version = "5.0.1"
+ source = "git::https://github.com/terraform-aws-modules/terraform-aws-acm/.git?ref=f421377c87fe5207898adc0def87540fa07c2af4" # commit hash of v5.0.1
167
168
create_certificate = local.create_domain_name && var.create_domain_records && local.create_certificate
169
0 commit comments