terraform/internal/stacks/stackconfig/testdata/basics-bundle/root/variables.tfcomponent.hcl
Liam Cervante a80220dcc9
stacks: rename .tfstack files to .tfcomponent (#37013)
* stacks: rename .tfstack files to .tfcomponent

* fix consistency issues
2025-05-15 08:33:13 +02:00

9 lines
120 B
HCL

variable "name" {
type = string
}
variable "auth_jwt" {
type = string
ephemeral = true
sensitive = true
}