diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 3fe12f832..000000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: CI -on: - push: - branches: [ dev ] -jobs: - terraform-test: - runs-on: ubuntu-latest - defaults: - run: - shell: bash - working-directory: ./terraform - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 - with: - terraform_version: 1.9.8 - - name: Validate Terraform Configuration - run: terraform init - env: - GOOGLE_CREDENTIALS: ${{ secrets.GCP_JSON }} - - name: Dry run Terraform - run: terraform plan -var-file=variables.tfvars - env: - GOOGLE_CREDENTIALS: ${{ secrets.GCP_JSON }} \ No newline at end of file