Where an additional input variable bucket_enable_versioning is added, with default true.
variable "bucket_enable_versioning" {
description = "Boolean for enabling Bucket Versioning on the created bucket. Default is `true`."
type = bool
default = true
}
Feature Request
The agentless scanning module is currently missing the flag to set
versioning
for the created bucket.Current bucket resource configuratoin:
Proposed change:
Where an additional input variable
bucket_enable_versioning
is added, with defaulttrue
.