microsoft / azure-pipelines-terraform

Azure Pipelines tasks for installing Terraform and running Terraform commands in a build or release pipeline.
MIT License
101 stars 62 forks source link

Documentation lacks substance #158

Open fwikestad opened 1 year ago

fwikestad commented 1 year ago

All documentation on the different input commands are written with a verbose title without actually referencing the actuall yml format name for the input.

There is no auto-fill in Azure pipeline edit either, so there is issues actually converting the stated input commands into an actual pipeline yml

mericstam commented 1 year ago

I will add this to our internal board

joshkautz commented 1 year ago

I came here to voice my agreement. The documentation for the TerraformTaskV4 task has an Example Task Usage section with YAML examples; this would be great to introduce in the TerraformInstallerV1 task documentation.

Hopefully in the near future even this particular Microsoft guide could be updated so it's using these tasks instead of the tasks provided by Charles Zipp. I look forward to it!