Skip to content

Commit

Permalink
build: tf
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 24, 2024
1 parent 44ddbec commit 66565de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tf_plan_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_personal_access_token }}
TF_WORKSPACE: ${{ inputs.gh_environment }}
GIT_SSH_COMMAND:
"echo '${{ secrets.github_ssh_private_key }}' > ed25519
&& ssh-keyscan github.com > known_hosts
&& chmod 600 ed25519 known_hosts
&& ssh -i ./ed25519 -o UserKnownHostsFile=./known_hosts"
run: terraform init

- name: Terraform Validate
Expand All @@ -122,12 +117,6 @@ jobs:
TF_VAR_github_personal_access_token: ${{ secrets.github_personal_access_token }}
TF_VAR_environment: ${{ inputs.gh_environment }}
TF_WORKSPACE: ${{ inputs.gh_environment }}
GITHUB_TOKEN: ${{ secrets.github_personal_access_token }}
GIT_SSH_COMMAND:
"echo '${{ secrets.github_ssh_private_key }}' > ed25519
&& ssh-keyscan github.com > known_hosts
&& chmod 600 ed25519 known_hosts
&& ssh -i ./ed25519 -o UserKnownHostsFile=./known_hosts"
run: terraform plan
continue-on-error: true

Expand Down

0 comments on commit 66565de

Please sign in to comment.