Skip to content

Commit

Permalink
updated type for s3 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
naihsuanshao committed Oct 31, 2024
1 parent f76b7d5 commit 3a6ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-iam-role-s3-readonly/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "role_name" {
}

variable "s3_bucket_prefixes" {
type = list(any)
type = set(string)
description = "Limits role permissions to buckets with specific prefixes. Empty for all buckets."

default = [
Expand Down

0 comments on commit 3a6ee78

Please sign in to comment.