mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-09 14:39:38 -05:00
c0a59a18d5
* 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>
5 lines
99 B
HCL
5 lines
99 B
HCL
variable "resource_name" {
|
|
type = string
|
|
description = "name for resources to create"
|
|
}
|