Skip to content

Commit

Permalink
Create reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatolich911 authored Sep 3, 2024
1 parent aefc953 commit 4164141
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reusable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Terraform Plan

on:
push:
branches:
- main
pull_request:

jobs:
terraform:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.0

0 comments on commit 4164141

Please sign in to comment.