forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
variable "project_id" {
|
||||
type = string
|
||||
default = "my-project"
|
||||
default = "first-project-478713"
|
||||
}
|
||||
|
||||
variable "project_name" {
|
||||
type = string
|
||||
default = "dev"
|
||||
default = "First project"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
type = string
|
||||
default = "europe-west1"
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "frontend_cidr" {
|
||||
|
||||
Reference in New Issue
Block a user