Skip to content

Commit

Permalink
Merge pull request #64 from sourcefuse/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
mayank0202 authored Feb 26, 2024
2 parents 35e38ad + a94117b commit f9287ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## Overview

SourceFuse AWS Reference Architecture (ARC) Terraform module for managing Aurora and RDS instances.
The SourceFuse AWS Reference Architecture (ARC) Terraform module offers a comprehensive solution for efficiently managing Aurora and RDS (Relational Database Service) instances within the Amazon Web Services (AWS) environment. This Terraform module is designed to streamline the provisioning, configuration, and management of these database instances, leveraging best practices.

For more information about this repository and its usage, please see [Terraform AWS ARC DB Usage Guide](https://github.com/sourcefuse/terraform-aws-arc-db/blob/main/docs/module-usage-guide/README.md).

## Module Usage

Expand All @@ -15,7 +17,7 @@ To see a full example, check out the [main.tf](https://github.com/sourcefuse/ter
```hcl
module "aurora" {
source = "sourcefuse/arc-db/aws"
version = "2.0.3"
version = "3.0.0"
environment = "dev"
namespace = "arc"
Expand Down
2 changes: 1 addition & 1 deletion docs/module-usage-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use the module in your Terraform configuration, include the following source
```hcl
module "aurora" {
source = "sourcefuse/arc-db/aws"
version = "2.0.6"
version = "3.0.0"
# insert the required variables here
}
```
Expand Down

0 comments on commit f9287ef

Please sign in to comment.