constellation/.github/actions/constellation_iam_destroy/action.yml
Moritz Sanft 732d15d013
ci: use iam destroy command for resource destruction (#1272)
* 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 99449c0cc0.

* [remove] test failure on terminate

* Revert "[remove] test failure on terminate"

This reverts commit 99c45bbc54.

* gofumpt
2023-02-28 09:52:32 +01:00

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