constellation/e2e/miniconstellation/variables.tf
Daniel Weiße c0a59a18d5
ci: update e2e mini default region and always return resource group name (#3373)
* Choose resource group name outside of Terraform to catch issues during apply
* Run test in West Europe

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-09-25 08:37:27 +02:00

5 lines
99 B
HCL

variable "resource_name" {
type = string
description = "name for resources to create"
}