Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform removed in Ubuntu 24.04 image #448

Closed
vasireddy99 opened this issue Nov 15, 2024 · 1 comment
Closed

terraform removed in Ubuntu 24.04 image #448

vasireddy99 opened this issue Nov 15, 2024 · 1 comment

Comments

@vasireddy99
Copy link

image

can someone explain what does this removal means to the setup-terraform in ubuntu-latest breaking changes.

https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/#ubuntu-latest-upcoming-breaking-changes

@austinvalle
Copy link
Member

austinvalle commented Nov 15, 2024

Hey there @vasireddy99 👋🏻 ,

Prior to the Ubuntu 24.04 image, Github runners had the latest version of Terraform automatically installed, see the 22.04 image. The removal of that pre-installed version in 24.04 would only affect your workflow if you didn't use setup-terraform and were relying on that latest version of Terraform being installed by default in your github runner.

An example of that might be something like the CI workflow for the random Terraform provider, which used to rely on the latest version of Terraform being installed to generate it's documentation. Using the new runners you can just use setup-terrafrom to install the latest version: hashicorp/terraform-provider-random#611 .

So for users of this GitHub action, no changes should be necessary 👍🏻

@austinvalle austinvalle closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants