-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused preprod TUF GCS bucket
No longer needed, preprod is now served via GitHub Pages. Signed-off-by: Hayden Blauzvern <[email protected]>
- Loading branch information
1 parent
c94db91
commit 9db4ffc
Showing
4 changed files
with
0 additions
and
74 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
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 |
---|---|---|
|
@@ -34,11 +34,6 @@ variable "tuf_bucket" { | |
description = "Name of GCS bucket for TUF root." | ||
} | ||
|
||
variable "tuf_preprod_bucket" { | ||
type = string | ||
description = "Name of GCS bucket for preprod/staged TUF root." | ||
} | ||
|
||
variable "tuf_bucket_member" { | ||
type = string | ||
description = "User, group, or service account to grant access to the TUF GCS buckets. Use 'allUsers' for general access, or e.g. group:[email protected] for granular access." | ||
|