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
2d85b096f9
terraform
/
config
/
module
/
test-fixtures
/
validate-child-good
/
child
/
main.tf
4 lines
56 B
Terraform
Raw
Normal View
History
Unescape
Escape
config/module: validate that parameters into modules valid
2014-09-15 19:32:41 +02:00
variable
"
memory
"
{
}
config/module: validate outputs line up with ModuleVariables
2014-09-15 22:57:07 +02:00
config: validation error when output is missing value field Also lists out invalid keys in errmsg when they are present Closes #4398
2016-01-20 18:58:40 +01:00
output
"
result
"
{
value
=
"
foo
"
}