Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Jan 3, 2025
1 parent c849dc1 commit a9e1dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/volume-access/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
bucket_path_list = distinct([for item in var.buckets: "arn:aws:s3:::${item}"])
tag_set = merge({ Vendor = "StreamNative", Module = "StreamNative Volume", SNVersion = var.sn_policy_version }, var.tags)
default_account_ids = compact([

# will add it in the next pr
])
conditions = [
for value in local.account_ids :
Expand Down

0 comments on commit a9e1dab

Please sign in to comment.