Skip to content

Commit

Permalink
BBL-440 | adding pending example readme.md pre-commit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Nov 16, 2020
1 parent 1624c2a commit b670195
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $ make apply
Note that this example may create resources which can cost money (AWS EC2, for example). Run `terraform destroy` or `make destroy`
when you don't need these resources.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Outputs

| Name | Description |
Expand All @@ -37,14 +36,13 @@ when you don't need these resources.

The module outputs one block, sns_topic. Access it like this:


```
output "sns_topic" {
value = module.billing_alert.sns_topic
}
```

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## cloudwatch-billing-alert-to-new-sns-with-acct-id
```terraform
module "billing_cloudwatch_alert" {
Expand Down

0 comments on commit b670195

Please sign in to comment.