The README.md examples contain steps that are blocking due to
terraform asking for input. Due to stdin and stderr captured, it
can be hard to debug what is going wrong. The -input=false parameter
to the terraform init, terraform plan and terraform apply calls will
produce an error when required input is not given.
That allows to install for example the latest bug-fix version of
terraform 1.12.* even if 1.13 is already installed.
Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
* Update README.md
PR Comment is a big plus to why we opt to use Terraform Github actions. Updated the readme file so that everyone will understand how to take advantage of the terraform concise on PR comment capability
* Update README.md
updated
* Update README.md
replaced the existing example
* Wrap the tf plan output so it is more readable in the PR
* Remove extra period.
Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>