Skip to content

Commit 77555a9

Browse files
Merge pull request #1 from blackbird-cloud/feature/readme_update
Updated example
2 parents 69fbcfa + 8d2383c commit 77555a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
<!-- BEGIN_TF_DOCS -->
12
# AWS Cloudwatch OAM Terraform module
23
A Terraform module which configures your AWS Cloudwatch OAM. Read [this](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html) page for more information.
34
[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://www.blackbird.cloud)
45

56
## Example
67
```hcl
78
module "sink" {
8-
# source = "blackbird-cloud/cloudwatch-oam/aws"
9-
# version = "~> 1"
9+
source = "blackbird-cloud/cloudwatch-oam/aws"
10+
version = "~> 1"
1011
11-
source = "../"
1212
name = "mysink"
1313
organization_id = "o-a1235"
1414
}
@@ -25,7 +25,7 @@ module "sink" {
2525

2626
| Name | Version |
2727
|------|---------|
28-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.5.0 |
28+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5 |
2929

3030
## Resources
3131

@@ -58,4 +58,5 @@ Checkout our other :point\_right: [terraform modules](https://registry.terraform
5858

5959
## Copyright
6060

61-
Copyright © 2017-2023 [Blackbird Cloud](https://www.blackbird.cloud)
61+
Copyright © 2017-2023 [Blackbird Cloud](https://www.blackbird.cloud)
62+
<!-- END_TF_DOCS -->

example/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module "sink" {
2-
# source = "blackbird-cloud/cloudwatch-oam/aws"
3-
# version = "~> 1"
2+
source = "blackbird-cloud/cloudwatch-oam/aws"
3+
version = "~> 1"
44

5-
source = "../"
65
name = "mysink"
76
organization_id = "o-a1235"
87
}

0 commit comments

Comments
 (0)