/** * Copyright (c) 2020 Gitpod GmbH. All rights reserved. * Licensed under the MIT License. See License-MIT.txt in the project root for license information. */ variable "project" { type = string } variable "location" { type = string default = "EU" } variable "region" { type = string } variable "name" { type = string } variable "gitpod" { type = object({ namespace = string }) default = { namespace = "default" } } variable "minio_access_key" { type = string default = "minio" }