forked from pierront/but3-iac
Update
This commit is contained in:
@@ -16,21 +16,6 @@ variable "zone" {
|
|||||||
default = "europe-west1-b"
|
default = "europe-west1-b"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "frontend_subnet_id" {
|
|
||||||
type = string
|
|
||||||
description = "self_link du subnet frontend"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "backend_subnet_id" {
|
|
||||||
type = string
|
|
||||||
description = "self_link du subnet backend"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "database_subnet_id" {
|
|
||||||
type = string
|
|
||||||
description = "self_link du subnet database"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "network" {
|
variable "network" {
|
||||||
type = string
|
type = string
|
||||||
description = "VPC network self_link or name"
|
description = "VPC network self_link or name"
|
||||||
|
|||||||
Reference in New Issue
Block a user