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 8c12ced..dbe55c8 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: @@ -33,4 +34,4 @@ jobs: run: | terraform init -upgrade - terraform plan + terraform plan \ No newline at end of file