This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for gcr buckets with uniform_bucket_level_access = true (#30
) * apply requested minor changes by @madhifallah and @anouarchattouna * refactor: remove external * refactor: apply minor changes requested by @anouarchattouna * refactor: add newline to EOF of data.tf requested by @anouarchattouna Co-authored-by: Anouar Chattouna <[email protected]> Co-authored-by: patricklubach <[email protected]> Co-authored-by: Anouar Chattouna <[email protected]>
- Loading branch information
1 parent
0ea8b25
commit b882a21
Showing
5 changed files
with
49 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# get project details | ||
data "google_project" "this" {} | ||
|
||
data "google_storage_bucket" "bucket" { | ||
for_each = toset(local.buckets) | ||
|
||
name = each.value | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters