fix show-json test to expect error from nested mod

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.
This commit is contained in:
James Bardin
2019-07-16 21:25:30 -04:00
parent 8111050c66
commit e4640a43d7
6 changed files with 45 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
variable "misspelled" {
default = "ehllo"
descriptoni = "I am a misspelled attribute"
variable "ok" {
default = "something"
description = "description"
}