Skip to content

Commit

Permalink
Update my_buckets.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
RLRabinowitz authored Dec 6, 2020
1 parent 119fd79 commit 8b8119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-13/my_buckets.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# my_buckets.tf
module "bucket" {
for_each = toset(["arel-temp-assets", "arel-temp-media"])
for_each = toset(["arel-temp-assets", "arel-temp-medias"])
source = "./publish_bucket"
name = "${each.key}-bucket"
}

0 comments on commit 8b8119c

Please sign in to comment.