terraform plan
This commit is contained in:
parent
5f16787e58
commit
5e3e3808b2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/terraform-plan.yml
vendored
3
.github/workflows/terraform-plan.yml
vendored
|
|
@ -15,7 +15,8 @@ jobs:
|
|||
if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
|
||||
name: "Terraform Plan"
|
||||
runs-on: mealcraft-runners
|
||||
containers: ghcr.io/catthehacker/ubuntu:runner-22.04
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:runner-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue