Skip to content

Commit

Permalink
Change the project-id (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Jan 21, 2024
1 parent 59819e1 commit c48d0c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ terraform {
# bucket = "mattmoor-chainguard-terraform-state"
# prefix = "/octo-sts"
}
required_providers {
ko = { source = "ko-build/ko" }
}
}

provider "google" { project = var.project_id }
Expand Down
3 changes: 2 additions & 1 deletion iac/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "octo-sts"

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

regions = [
"us-central1",
Expand Down

0 comments on commit c48d0c6

Please sign in to comment.