mirror of https://github.com/hashicorp/terraform
Fixes #9416 A simple change to verify that only valid keys for `variable` blocks are used.pull/10658/head
parent
c02b2471d6
commit
3ba9720b3e
@ -0,0 +1,3 @@
|
||||
variable "a" {
|
||||
a = "b"
|
||||
}
|
||||
Loading…
Reference in new issue