diff --git a/modules/aws-s3-private/vars.tf b/modules/aws-s3-private/vars.tf index 3f2f2e1..8dc4ad8 100644 --- a/modules/aws-s3-private/vars.tf +++ b/modules/aws-s3-private/vars.tf @@ -75,8 +75,8 @@ variable "object_lock_configuration" { variable "policy_json" { description = "Additional base S3 bucket policy in JSON format." - type = string - default = "{}" + type = list(string) + default = [] } variable "sse_algorithm" {