diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index b1944ec..8615845 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Terraform Apply # Controls when the workflow will run on: diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index 6f651f1..162865e 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -1,6 +1,7 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Terraform Plan + # Controls when the workflow will run on: @@ -25,14 +26,6 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 -# - uses: CSVD/gh-actions-setup-node@v3 -# with: -# node-version: 16 - -# - uses: CSVD/gh-actions-setup-terraform@v2 -# with: -# terraform_wrapper: false - # Runs a set of commands using the runners shell - name: Run a multi-line script env: @@ -42,4 +35,4 @@ jobs: run: | terraform init -upgrade - terraform plan + terraform plan \ No newline at end of file