mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-08 10:38:46 -04:00
One of the show json command tests expected no error when presented with an invalid configuration in a nested module. Modify the test created in PR #21569 so that it can still verify there is no panic, but now expect an error from init.
4 lines
76 B
HCL
4 lines
76 B
HCL
variable "ok" {
|
|
default = "something"
|
|
description = "description"
|
|
}
|