mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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 commit99449c0cc0
. * [remove] test failure on terminate * Revert "[remove] test failure on terminate" This reverts commit99c45bbc54
. * 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
|