feat: add Terraform Plan workflow configuration
Some checks failed
Terraform Plan / plan (push) Failing after 0s
Some checks failed
Terraform Plan / plan (push) Failing after 0s
This commit is contained in:
7
.github/workflows/terraform-plan.yaml
vendored
Normal file
7
.github/workflows/terraform-plan.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
name: Terraform Plan
|
||||||
|
run-name: Planning Terraform Changes
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
plan:
|
||||||
|
runs-on: ssot
|
||||||
|
|
||||||
Reference in New Issue
Block a user