Add verification step for kubectl and cluster connection in tofu workflow

This commit is contained in:
Matt Reeves 2025-02-14 01:01:23 -05:00
parent 7c42fbb333
commit 1f0ea6c750

View file

@ -51,6 +51,10 @@ jobs:
run: |
printf "%s" "${{ steps.bitwarden-secrets.outputs.kube_config }}" > ~/.kube/config
- name: Verify kubectl and Cluster Connection
run: |
kubectl get nodes
- name: Setup OpenTofu
uses: https://github.com/opentofu/setup-opentofu@v1.0.5