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