mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 14:56:18 -05:00
732d15d013
* replace tf destruction with new command * move iam destroy cmd * fix typos * exit post test on error * [remove] test failure on iam destroy * Revert "[remove] test failure on iam destroy" This reverts commit 99449c0cc0d1b9d983ddd894e8b4d29418bb4864. * [remove] test failure on terminate * Revert "[remove] test failure on terminate" This reverts commit 99c45bbc5471e00eb74ae646992c99e7c1761a5d. * gofumpt
11 lines
234 B
YAML
11 lines
234 B
YAML
name: Delete IAM configuration
|
|
description: Delete previously created IAM configuration.
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Delete IAM configuration
|
|
shell: bash
|
|
run: |
|
|
constellation iam destroy --yes
|