init
This commit is contained in:
19
s3_api/terraform/vars.tf
Normal file
19
s3_api/terraform/vars.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "BUCKET_NAME" {
|
||||
description = "Name of the bucket to create"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ENCRYPTED" {
|
||||
description = "S3 encryption enabled?"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "VERSIONING" {
|
||||
description = "S3 versioning enabled?"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ENVIRONMENT" {
|
||||
description = "Staging or production env?"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user