Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
BATIAI-1679: Bumping bucket module to fix chicken/egg issue (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bushong1 authored Jul 14, 2023
1 parent 5c21744 commit cff6233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {

module "bucket" {
for_each = local.all_buckets
source = "git::git@github.com:CMS-Enterprise/batcave-tf-buckets.git//.?ref=0.4.0"
source = "git::git@github.com:CMS-Enterprise/batcave-tf-buckets.git//.?ref=0.5.0"
s3_bucket_names = [coalesce(each.value.bucket_name_override, "${var.cluster_name}-${each.key}")]
force_destroy = each.value.force_destroy
tags = merge(var.tags, try(each.value.tags, {}))
Expand Down

0 comments on commit cff6233

Please sign in to comment.