Skip to content

Commit

Permalink
Consistent capitalistion
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 18, 2024
1 parent f339e74 commit 49dc770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "aws_principals" {
}

variable "bucket_prefix" {
description = "first part of s3 bucket name to ensure uniqueness, if left blank a random suffix will be used instead"
description = "First part of s3 bucket name to ensure uniqueness, if left blank a random suffix will be used instead"
default = ""
}

Expand Down

0 comments on commit 49dc770

Please sign in to comment.