Skip to content

Allow users to use cluster name as id #420

Allow users to use cluster name as id

Allow users to use cluster name as id #420

Workflow file for this run

name: terraform
on:
pull_request:
paths:
- examples/**
- integration/**
jobs:
terraform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive -check -diff