2023-02-21 06:47:14 -05: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 03:52:32 -05:00
|
|
|
constellation iam destroy --yes
|