Skip to content

chore: prepare release as 1.0.0 #7

chore: prepare release as 1.0.0

chore: prepare release as 1.0.0 #7

name: Terraform testing
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
terraform-test:
runs-on: [ubuntu-latest]
strategy:
fail-fast: false
matrix:
version:
- '~> 0.14.0'
- '~> 0.15.0'
- '~> 1.1'
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.version }}
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color