initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
variable "ddb-table-name" {}
|
||||
variable "transition-ia-days" {}
|
||||
variable "bucket-retain-days" {
|
||||
default = 0
|
||||
}
|
||||
variable "bucket-enable-lifecycle" {
|
||||
default = true
|
||||
}
|
||||
variable "bucket-acl" {
|
||||
default = "private"
|
||||
}
|
||||
variable "enable-bucket-versioning" {
|
||||
default = true
|
||||
}
|
||||
variable "bucket-name" {}
|
||||
Reference in New Issue
Block a user