Skip to content

Commit

Permalink
Merge pull request #27 from quantum-sec/feature/XDR-4493
Browse files Browse the repository at this point in the history
XDR-4493: Change data_type of policy_json variable
  • Loading branch information
chrisjaimon2012 authored Sep 4, 2023
2 parents c16835d + 26f18eb commit f935746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws-s3-private/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit f935746

Please sign in to comment.