Skip to content

Preserve existing topics and descriptions if they are null in the terraform configuration #588

Preserve existing topics and descriptions if they are null in the terraform configuration

Preserve existing topics and descriptions if they are null in the terraform configuration #588

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go
- name: Run Acceptance Tests
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
run: make testacc