This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add precommit and remove gatus from default (#3)
* add precommit and remove gatus from default * Delete file already added in main: .pre-commit-config.yaml --------- Co-authored-by: Charles Bushong <bushong1@gmail.com>
- Loading branch information
1 parent
61119e5
commit f653044
Showing
3 changed files
with
11 additions
and
25 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
output "gatus_s3_buckets" { | ||
value = module.bucket["gatus"].s3_buckets | ||
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 | ||
} | ||
|
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