Skip to content

Commit

Permalink
Merge pull request #96 from rancherlabs/gha-proj-name
Browse files Browse the repository at this point in the history
Added project name, bumped terraform to 1.9.5
  • Loading branch information
dnoland1 authored Sep 19, 2024
2 parents 3880d63 + 3ee388d commit d92f9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghactions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.8.0
terraform_version: 1.9.5

- name: Terraform Format Check
run: terraform fmt -diff -check -recursive
Expand All @@ -30,7 +30,7 @@ jobs:
run: terraform plan
env:
METAL_AUTH_TOKEN: ${{ secrets.metal_auth_token }}
TF_VAR_project_name: ${{ secrets.project_name }}
TF_VAR_project_name: Harvester Labs
TF_VAR_api_key: ${{ secrets.metal_auth_token }}
TF_VAR_node_count: 3
TF_VAR_plan: m3.small.x86
Expand Down

0 comments on commit d92f9f8

Please sign in to comment.