chore: updated github workflow

This commit is contained in:
2025-09-27 13:19:35 +10:00
parent 3473b3d203
commit fa89626505

View File

@@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
terraform: terraform:
@@ -23,8 +22,6 @@ jobs:
- name: Setup Terraform - name: Setup Terraform
uses: hashicorp/setup-terraform@v2 uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.9.0
- name: Terraform Init - name: Terraform Init
run: terraform init run: terraform init