Skip to content

Commit

Permalink
[1.0.1] Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tionichm committed Oct 30, 2024
1 parent e6c185a commit f7a9a2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
## [1.0.1] - 2024-10-30

### Changed
- Advanced example in [`README.md`](README.md) now uses the correct source.

## [1.0.0] - 2024-10-30

### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">Relational Database Service (RDS)</h1>

<p align="center">
<a href="https://github.com/terraform-trailwatch-modules/terraform-trailwatch-rds/releases" title="Releases"><img src="https://img.shields.io/badge/Release-1.0.0-1d1d1d?style=for-the-badge" alt="Releases"></a>
<a href="https://github.com/terraform-trailwatch-modules/terraform-trailwatch-rds/releases" title="Releases"><img src="https://img.shields.io/badge/Release-1.0.1-1d1d1d?style=for-the-badge" alt="Releases"></a>
<a href="https://github.com/terraform-trailwatch-modules/terraform-trailwatch-rds/blob/main/LICENSE" title="License"><img src="https://img.shields.io/badge/License-MIT-1d1d1d?style=for-the-badge" alt="License"></a>
</p>

Expand Down Expand Up @@ -68,7 +68,7 @@ module "terraform_trailwatch_rds" {
```hcl
# database type: `instance`
module "aws_monitoring_rds" {
source = "path/to/module"
source = "terraform-trailwatch-modules/rds/aws"
rds_db_identifiers = ["acme-database-1"]
rds_db_instance_events = ["DeleteDBInstance", "ModifyDBInstance"]
cw_log_group_name = "the-cloudtrail-log-group"
Expand All @@ -84,7 +84,7 @@ module "aws_monitoring_rds" {
# database type: `cluster`
module "aws_monitoring_rds" {
source = "path/to/module"
source = "terraform-trailwatch-modules/rds/aws"
rds_db_identifiers = ["acme-database-1"]
rds_db_type = "cluster"
rds_db_cluster_events = ["CreateDBCluster", "DeleteDBCluster"]
Expand Down

0 comments on commit f7a9a2f

Please sign in to comment.