mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-24 09:58:19 +00:00
11 lines
251 B
HCL
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"
|
|
}
|