forked from pierront/but3-iac
Update
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
variable "project_name" {
|
||||
description = "Name of the project"
|
||||
type = string
|
||||
default = "school-478713"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
description = "The region of the VM"
|
||||
type = string
|
||||
default = "europe-west1"
|
||||
}
|
||||
|
||||
variable "frontend_cidr" {
|
||||
|
||||
Reference in New Issue
Block a user