forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -8,7 +8,7 @@ terraform {
|
||||
}
|
||||
|
||||
provider "google" {
|
||||
project = var.project_name
|
||||
project = var.project_id
|
||||
region = var.region
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
variable "project_name" {
|
||||
description = "nom du projet GCP"
|
||||
variable "project_id" {
|
||||
description = "ID du projet GCP"
|
||||
type = string
|
||||
default = "mon-projet"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user