Skip to content

Add provider block and improve instructions #2

Add provider block and improve instructions

Add provider block and improve instructions #2

Workflow file for this run

name: Infrastructure-Plan

Check failure on line 1 in .github/workflows/infra-plan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/infra-plan.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: terraform-plan
on:
workflow_dispatch:
inputs:
environment:
description: "Environment to run tests against"
type: environment
required: true
env:
TERRAFORM_VERSION: '1.5.7'
jobs:
terraform-plan:
runs-on: ubuntu-latest
envrionment:
name: ${{ github.event.inputs.environment }}