terraform/terraform/test-fixtures/input-provider-once
Mitchell Hashimoto 40ee70d5c9 terraform: Input should only be called on providers once
/cc @sethvargo

Prior to this commit, we'd only persist the result of calling Input if
any input was given (len(result) > 0). The result was that every module
would also repeat asking for input even if there was no input to be
asked for.

This commit makes it so that if no input was received, we still set a
sentinel so that modules don't re-ask.
2015-02-20 15:35:57 -08:00
..
child terraform: Input should only be called on providers once 2015-02-20 15:35:57 -08:00
main.tf terraform: Input should only be called on providers once 2015-02-20 15:35:57 -08:00