Skip to content

Commit

Permalink
Artificial bad state
Browse files Browse the repository at this point in the history
  • Loading branch information
tomseago committed Jan 31, 2024
1 parent af5f130 commit 41e3f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "google_storage_bucket" "dev" {


locals {
buckets = ["www", "static", "staging", "dev"]
buckets = ["www", /*"static", "staging", "dev"*/]
}

# Make all the buckets public
Expand Down

0 comments on commit 41e3f75

Please sign in to comment.