mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-14 01:13:59 -06:00
10 lines
184 B
HCL
10 lines
184 B
HCL
variable "fully_overridden" {
|
|
default = "b_override"
|
|
description = "b_override description"
|
|
type = string
|
|
}
|
|
|
|
variable "partially_overridden" {
|
|
default = "b_override partial"
|
|
}
|