forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -3,6 +3,10 @@ variable "project_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "project_id" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
description = "Région GCP où seront créés les sous-réseaux"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user