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 a34decf commit 09a9ac4Copy full SHA for 09a9ac4
main.tf
@@ -12,11 +12,11 @@ resource "aws_acm_certificate" "this" {
12
domain_name = var.domain_name
13
subject_alternative_names = var.subject_alternative_names
14
validation_method = var.validation_method
15
- options = {
+
16
+ options {
17
certificate_transparency_logging_preference = var.certificate_transparency_logging_preference ? "ENABLED" : "DISABLED"
18
}
19
-
20
tags = var.tags
21
22
lifecycle {
0 commit comments