Skip to content

Commit

Permalink
init ocp test
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 15, 2024
1 parent c4a1007 commit 52e4f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rosa-delete-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
id: plan-destroy
run: |
cd .github/actions/rosa-delete-cluster/modules/rosa-hcp
terraform plan -destroy -no-color -out rosa-destroy.plan -var "cluster_name=${{ inputs.cluster-name }}"
terraform plan -destroy -no-color -out rosa-destroy.plan -var "cluster_name=${{ inputs.cluster-name }}" -var "htpasswd_password=dummy" -var "offline_access_token=${{ inputs.rh-token }}"
- name: Terraform Apply Destroy
shell: bash
Expand Down

0 comments on commit 52e4f3a

Please sign in to comment.