Add job configuration for Terraform CI/CD workflow
This commit is contained in:
10
.github/workflows/terraform.yaml
vendored
10
.github/workflows/terraform.yaml
vendored
@@ -6,3 +6,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- terraform/**
|
- terraform/**
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
terraform:
|
||||||
|
name: "Terraform Infrastructure Change Management"
|
||||||
|
runs-on: ssot-runner
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
# We keep Terraform files in the terraform directory.
|
||||||
|
working-directory: ./terraform
|
||||||
|
|||||||
Reference in New Issue
Block a user