mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Per Hashicorp's [guidelines][1] for automated use of terraform CLI, this PR adds the `-input=false` option to all the commands executed in the module. If input is required, this causes a hard failure that will become a module failure. [1]: https://www.terraform.io/guides/running-terraform-in-automation.html