mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
3ba9720b3e
Fixes #9416 A simple change to verify that only valid keys for `variable` blocks are used.
4 lines
27 B
HCL
4 lines
27 B
HCL
variable "a" {
|
|
a = "b"
|
|
}
|