shaikhsalman's picture
refactor: merged structure - model at center, DevSecOps wrapped around it
9d4d5c7 verified
raw
history blame contribute delete
220 Bytes
# S3 Module Variables
variable "bucket_name" {
type = string
}
variable "kms_key_arn" {
type = string
}
variable "access_log_bucket" {
type = string
}
variable "tags" {
type = map(string)
default = {}
}