Skip to content

Commit

Permalink
Merge pull request #2 from CURRTIS1/testing
Browse files Browse the repository at this point in the history
tsting
  • Loading branch information
CURRTIS1 authored Feb 20, 2024
2 parents eada83b + b91b3d0 commit f0bc913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:
on:
push:
branches:
- master
- main
workflow_dispatch:

env:
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.5
terraform_wrapper: false

- name: Terraform init
id: init
Expand All @@ -55,6 +56,8 @@ jobs:
- name: Terraform Plan
id: plan
run: terraform plan

- run: echo ${{ steps.plan.outputs.stdout }}
tf_apply_000base:
name: Terraform Apply 000Base
timeout-minutes: 30
Expand Down

0 comments on commit f0bc913

Please sign in to comment.