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

add tf install step for actions #288

Merged
merged 1 commit into from
Feb 5, 2025
Merged

add tf install step for actions #288

merged 1 commit into from
Feb 5, 2025

Conversation

movence
Copy link
Contributor

@movence movence commented Feb 5, 2025

Issue #, if available:
Github actions are failing with missing terraform. https://github.com/aws/amazon-cloudwatch-agent-operator/actions/runs/13164019043

Description of changes:
Add an action step to explicitly install tf

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@movence movence changed the title add tf install steps for actions add tf install step for actions Feb 5, 2025
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.1.7"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to remove this line? By default it uses latest based on their README: https://github.com/hashicorp/setup-terraform

@movence movence merged commit 822b18a into main Feb 5, 2025
8 of 9 checks passed
@movence movence deleted the install-tf branch February 5, 2025 18:52
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

Successfully merging this pull request may close these issues.

4 participants