mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-09 22:49:39 -05:00
5 lines
99 B
Terraform
5 lines
99 B
Terraform
|
variable "resource_name" {
|
||
|
type = string
|
||
|
description = "name for resources to create"
|
||
|
}
|