Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Merge pull request #4 from edgefarm/remove-plan-in-apply
Browse files Browse the repository at this point in the history
build(management-cluster): remove unnecessary plan on apply
  • Loading branch information
batthebee authored Apr 16, 2022
2 parents 45c0076 + 61d8092 commit c2738eb
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
- name: Terraform Format
run: terraform fmt -check

# Generates an execution plan for Terraform
- name: Terraform Plan
run: |
terraform plan -var-file=${{ inputs.var_file }} \
-var prefix="${{ inputs.prefix }}" \
-var hcloud_secret="${{ secrets.hcloud_secret }}" \
-var hcloud_ssh_key_private="${{ secrets.hcloud_ssh_key_private }}" \
-var hcloud_ssh_key_public="${{ secrets.hcloud_ssh_key_public }}"
# On push to branch, build or change infrastructure according to Terraform configuration files
- name: Terraform Apply
run: |
Expand Down

0 comments on commit c2738eb

Please sign in to comment.