Skip to content

Commit

Permalink
πŸ› specify project id
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Apr 13, 2024
1 parent 882ac21 commit fddfe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "project_id" {
type = string
description = "The GCP project ID."
default = ""
default = "lgtmgen-project"
}

variable "region" {
Expand Down

0 comments on commit fddfe2d

Please sign in to comment.