This commit is contained in:
6
.github/workflows/terraform.yaml
vendored
6
.github/workflows/terraform.yaml
vendored
@@ -2,16 +2,12 @@ name: Terraform CI/CD
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
terraform:
|
terraform:
|
||||||
runs-on: ssot
|
runs-on: ssot
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: terraform
|
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: hashicorp/terraform:1.6.6
|
image: hashicorp/terraform:1.6.6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user