Skip to content

Commit b995f7c

Browse files
authored
Merge pull request #5 from kabisa/feat/txt-optional
fix: variable name
2 parents 98d1fdf + b6fb989 commit b995f7c

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)