Skip to content
Snippets Groups Projects
Commit c6cd1773 authored by Omkar Nadkarni's avatar Omkar Nadkarni
Browse files

Upload New File

parent 2a4d8176
Branches
No related tags found
No related merge requests found
# Input variable definitions
variable "bucket_name" {
description = "Name of the s3 bucket. Must be unique."
type = string
}
variable "tags" {
description = "Tags to set on the bucket."
type = map(string)
default = {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment