Jakub Sokołowski c895c1a4a6
fix aws-s3-bucket module
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-31 15:30:01 -04:00

11 lines
251 B
HCL

variable "bucket_name" {
description = "Name of the S3 bucket."
type = string
}
variable "description" {
description = "Description explaining purpose of bucket."
type = string
default = "S3 Bucket created by Terraform"
}