fixed terraform fmt

This commit is contained in:
Christoph Grotz 2023-02-24 17:29:50 +00:00
parent c9915b11a4
commit 21c56abc22
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ variable "producer_project_id" {
variable "region" {
description = "The GCP region in which the resources should be deployed."
type = string
default = "europe-west1"
default = "europe-west1"
}
variable "zone" {
description = "The GCP zone for the VM."
type = string
default = "europe-west1-b"
default = "europe-west1-b"
}