Skip to content

Commit

Permalink
add tip about emptying s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Dec 17, 2024
1 parent 727dd20 commit c696409
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/user/content/self-managed/installation/install-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,19 @@ kubectl delete namespace materialize-environment
In your Terraform directory, run:
```bash
terraform destroy
```
When prompted, type `yes` to confirm the deletion.
{{< tip>}}
To delete your S3 bucket, you may need to empty the S3 bucket first. If the
`terraform destroy` command fails because the S3 bucket is not empty, empty the
S3 bucket first and rerun the `terraform destroy` command.
{{</ tip >}}
## See also
- [Materialize Kubernetes Operator Helm Chart](/self-managed/)
Expand Down

0 comments on commit c696409

Please sign in to comment.