This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c1ea09141f
terraform
/
command
/
testdata
/
show-json
/
nested-modules
/
modules
/
more-modules
/
main.tf
5 lines
76 B
Terraform
Raw
Normal View
History
Unescape
Escape
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.
2019-07-17 03:25:30 +02:00
variable
"
ok
"
{
default
=
"
something
"
description
=
"
description
"
command/show (-json): fix panic if a moduleCall has a nil config In the unlikely event that a moduleCall has a nil config - for example, if a nested module call includes a variable with a typo in an attribute - continue gracefully.
2019-06-03 17:19:03 +02:00
}