Skip to content

Commit

Permalink
chore(docs): getting started guide - cleanup (#3361)
Browse files Browse the repository at this point in the history
Add a cleanup step to our getting started guide by running `terraform destroy`.

## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://www.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
staycoolcall911 authored Jul 12, 2023
1 parent a6b03ef commit a70e69a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/01-start-here/05-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,11 @@ through the AWS Management Console.
8. Cycle through the buckets until you find one that contains `wing.txt`.
9. Click `wing.txt` then click the `Open` button.
10. The file should contain `Hello, cloud`.

## Cleanup

Once you're done, you can destroy all of the resources that were created on your AWS account by running:

```sh
terraform destroy
```

0 comments on commit a70e69a

Please sign in to comment.