Skip to content

Commit b6fb989

Browse files
committed
fix: variable name
1 parent 1da4bc5 commit b6fb989

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
@@ -71,7 +71,7 @@ variable "s3_bucket_encryption_enabled" {
7171
description = "When set to 'true' the 'aws_s3_bucket' resource will have AES256 encryption enabled by default"
7272
}
7373

74-
variable "create_txt" {
74+
variable "enable_txt" {
7575
type = bool
7676
default = true
7777
}

0 commit comments

Comments
 (0)