From 5b11720d4135f88fa2e3358562d74fae68c6e974 Mon Sep 17 00:00:00 2001 From: Vijay John stephen Date: Mon, 26 Feb 2024 14:11:55 +0530 Subject: [PATCH 1/2] readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb1333..98c469e 100644 --- a/README.md +++ b/README.md @@ -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 From a94117b2c19f2d62ade20cb039b69c8e25e1dea8 Mon Sep 17 00:00:00 2001 From: Vijay John stephen Date: Mon, 26 Feb 2024 14:28:57 +0530 Subject: [PATCH 2/2] updated version --- README.md | 2 +- docs/module-usage-guide/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c469e..7753914 100644 --- a/README.md +++ b/README.md @@ -17,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" diff --git a/docs/module-usage-guide/README.md b/docs/module-usage-guide/README.md index 882e75f..e84dd37 100644 --- a/docs/module-usage-guide/README.md +++ b/docs/module-usage-guide/README.md @@ -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 } ```