Skip to content

Commit faead73

Browse files
committed
Fix validation
1 parent 2bf1f2f commit faead73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ variable "alternative_domains" {
1919

2020
variable "validate" {
2121
description = "Validate ACM certificates"
22-
enabled = true
22+
default = true
2323
}

0 commit comments

Comments
 (0)