mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-17 17:04:25 -05:00
extend docs on terraform iam resource destruction (#1217)
This commit is contained in:
parent
93f97cb320
commit
782b4ec680
1 changed files with 3 additions and 0 deletions
|
|
@ -258,4 +258,7 @@ cd constellation-iam-terraform
|
||||||
# Destroy the IAM configuration via Terraform
|
# Destroy the IAM configuration via Terraform
|
||||||
terraform destroy
|
terraform destroy
|
||||||
# Confirm deletion by typing "yes"
|
# Confirm deletion by typing "yes"
|
||||||
|
# Remove the Terraform state directory
|
||||||
|
cd ..
|
||||||
|
rm -rf constellation-iam-terraform
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue