diff --git a/variables.tf b/variables.tf index eadf97f..7ea57bb 100644 --- a/variables.tf +++ b/variables.tf @@ -26,3 +26,9 @@ variable "access_log_bucket_prefix" { type = string default = "s3" } + +variable "access_log_bucket" { + description = "Server Access Logging Bucket ID" + type = string + # default = null +}