You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current examples/simple only tests a single control plane. Before the move to test examples/simple, when testing was run from the root directory, HA tests were defined but not passing (removed in 96fc17e).
The workflow configuration would look like this:
- name: HA Terraform Plan
id: ha-plan
timeout-minutes: 45
env:
TF_VAR_control_plane_node_count: 2
run: terraform plan -out=tfplan -input=false
- name: HA Terraform Apply
id: ha-apply
timeout-minutes: 45
run: terraform apply -input=false tfplan
- name: HA Terraform Destroy
id: ha-destroy
if: ${{ always() }}
run: terraform destroy -input=false -auto-approve
The text was updated successfully, but these errors were encountered:
Current examples/simple only tests a single control plane. Before the move to test examples/simple, when testing was run from the root directory, HA tests were defined but not passing (removed in 96fc17e).
The workflow configuration would look like this:
The text was updated successfully, but these errors were encountered: