mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-09 16:00:38 -04: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
|
|
}
|