hashicorp / terraform-provider-tls

Utility provider that works with Transport Layer Security keys and certificates. It provides resources that allow private keys, certificates and certficate requests to be created as part of a Terraform deployment.
https://registry.terraform.io/providers/hashicorp/tls/latest
Mozilla Public License 2.0
184 stars 102 forks source link

workflows: Add setup-terraform before doc generation step #559

Closed austinvalle closed 1 day ago

austinvalle commented 2 days ago

Latest GHA images don't have terraform installed by default, ref: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md

Note

This PR also fixes the data of one of our acceptance tests that commonly drifts 🙂