mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 04:00:58 -05:00
12 lines
209 B
HCL
12 lines
209 B
HCL
variable "fully_overridden" {
|
|
default = "base"
|
|
description = "base description"
|
|
type = string
|
|
}
|
|
|
|
variable "partially_overridden" {
|
|
default = "base"
|
|
description = "base description"
|
|
type = string
|
|
}
|