Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czantoine authored Apr 14, 2023
1 parent 0420091 commit bc8d1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ With these configurations in place, you'll be able to deploy your ECS task to a

## Usage

### Terreform
### Terraform

To use Terraform with AWS, you can follow these steps:

Expand Down Expand Up @@ -121,7 +121,7 @@ aws2-wrap --profile <aws_profile> terraform destroy --auto-approve
To delete the CloudFormation stack and all resources created by the template, run the following AWS CLI command:

``` bash
aws cloudformation delete-stack --stack-name prowler-stack
aws cloudformation delete-stack --stack-name prowler-stack --profile <aws_profile>
```

## Note
Expand Down Expand Up @@ -152,4 +152,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform

## License

This library is licensed under the MIT-0 License. See the LICENSE file.
This library is licensed under the MIT-0 License. See the LICENSE file.

0 comments on commit bc8d1a4

Please sign in to comment.