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:
branches:
- main
workflow_dispatch:
jobs:
terraform:
@@ -23,8 +22,6 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.9.0
- name: Terraform Init
run: terraform init