Skip to content

Feat/add multi account setup #1

Feat/add multi account setup

Feat/add multi account setup #1

Workflow file for this run

name: Plan (prod)
on:
pull_request:
branches: [main]
paths:
- "workspaces/prod/**"
- "modules/**"
env:
TF_VERSION: "1.14.8"
jobs:
plan:
name: Plan (prod)
runs-on: ubuntu-latest
env:
TF_TOKEN_app_terraform_io: ${{ secrets.TF_API_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ env.TF_VERSION }}
- run: terraform -chdir=workspaces/prod init
- run: terraform -chdir=workspaces/prod plan -no-color