terraform/internal/stacks/stackruntime/testdata/mainbundle/test/variable-ephemeral/variable-ephemeral.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

10 lines
137 B
HCL

variable "eph" {
type = string
default = null
ephemeral = true
}
variable "noneph" {
type = string
default = null
}