2022-07-13 08:04:46 -04:00
|
|
|
name: Constellation destroy
|
2022-05-03 05:15:53 -04:00
|
|
|
description: "Destroy a running Constellation cluster."
|
|
|
|
runs:
|
|
|
|
using: 'composite'
|
|
|
|
steps:
|
|
|
|
- name: Constellation terminate
|
|
|
|
run: constellation terminate
|
2022-09-02 06:40:22 -04:00
|
|
|
shell: bash
|