Skip to content

Commit

Permalink
Cleanup commented state hints (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Jan 22, 2024
1 parent e7e3ce2 commit 83295b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ terraform {
backend "gcs" {
bucket = "octo-sts-terraform-state"
prefix = "/octo-sts"
# bucket = "mattmoor-chainguard-terraform-state"
# prefix = "/octo-sts"
}
required_providers {
ko = { source = "ko-build/ko" }
Expand Down
1 change: 0 additions & 1 deletion iac/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name = "octo-sts"

# project_id = "mattmoor-chainguard"
project_id = "octo-sts"

regions = [
Expand Down

0 comments on commit 83295b1

Please sign in to comment.