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

Commit

Permalink
BATIAI-000: Re-instate deleted outputs to ensure this change is non-b…
Browse files Browse the repository at this point in the history
…reaking (#5)
  • Loading branch information
bushong1 authored Oct 31, 2023
1 parent f653044 commit 088e137
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
output "buckets" {
value = module.bucket
}

output "loki_s3_buckets" {
value = module.bucket["loki"].s3_buckets
}

output "thanos_s3_buckets" {
value = module.bucket["thanos"].s3_buckets
}

output "velero_s3_buckets" {
value = module.bucket["velero"].s3_buckets
}

0 comments on commit 088e137

Please sign in to comment.