forked from pierront/but3-iac
Update
This commit is contained in:
@@ -19,25 +19,21 @@ variable "zone" {
|
|||||||
variable "frontend_subnet_id" {
|
variable "frontend_subnet_id" {
|
||||||
type = string
|
type = string
|
||||||
description = "self_link du subnet frontend"
|
description = "self_link du subnet frontend"
|
||||||
default = "projects/school-478713/regions/europe-west1/subnetworks/frontend-subnet"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "backend_subnet_id" {
|
variable "backend_subnet_id" {
|
||||||
type = string
|
type = string
|
||||||
description = "self_link du subnet backend"
|
description = "self_link du subnet backend"
|
||||||
default = "projects/school-478713/regions/europe-west1/subnetworks/backend-subnet"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "database_subnet_id" {
|
variable "database_subnet_id" {
|
||||||
type = string
|
type = string
|
||||||
description = "self_link du subnet database"
|
description = "self_link du subnet database"
|
||||||
default = "projects/school-478713/regions/europe-west1/subnetworks/database-subnet"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "network" {
|
variable "network" {
|
||||||
type = string
|
type = string
|
||||||
description = "VPC network self_link or name"
|
description = "VPC network self_link or name"
|
||||||
default = "projects/school-478713/global/networks/school-478713-vpc"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ssh_pub_key" {
|
variable "ssh_pub_key" {
|
||||||
|
|||||||
Reference in New Issue
Block a user