2023-02-21 12:47:14 +01:00
|
|
|
name: Delete IAM configuration
|
|
|
|
description: Delete previously created IAM configuration.
|
|
|
|
|
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- name: Delete IAM configuration
|
|
|
|
shell: bash
|
|
|
|
run: |
|
2023-02-28 09:52:32 +01:00
|
|
|
constellation iam destroy --yes
|