Skip to content

feat(terraform): fix panic when the for-each arg cannot convert to a map #239

feat(terraform): fix panic when the for-each arg cannot convert to a map

feat(terraform): fix panic when the for-each arg cannot convert to a map #239

Workflow file for this run

name: Test Go
on:
pull_request:
merge_group:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: make test
shell: bash