From fcaef263e0860f7283ff90fab6856b63a21f6b2c Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Tue, 10 Oct 2023 14:15:33 -0700 Subject: [PATCH] update readme --- README.md | 1 + changelogs/fragments/create_rds_global_cluster_role.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b624d4..b8e69f79 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Name | Description [cloud.aws_ops.awsconfig_apigateway_with_lambda_integration](https://github.com/ansible-collections/cloud.aws_ops/blob/main/roles/awsconfig_apigateway_with_lambda_integration/README.md)|A role to create/delete an API gateway with lambda function integration. [cloud.aws_ops.manage_transit_gateway](https://github.com/ansible-collections/cloud.aws_ops/blob/main/roles/manage_transit_gateway/README.md)|A role to create/delete transit_gateway with vpc and vpn attachments. [cloud.aws_ops.deploy_flask_app](https://github.com/ansible-collections/cloud.aws_ops/blob/main/roles/deploy_flask_app/README.md)|A role to deploy a flask web application on AWS. +[cloud.aws_ops.create_rds_global_cluster](https://github.com/ansible-collections/cloud.aws_ops/blob/main/roles/create_rds_global_cluster/README.md)|A role to create, delete aurora global cluster with a primary cluster and a replica cluster in different regions. ### Playbooks Name | Description diff --git a/changelogs/fragments/create_rds_global_cluster_role.yml b/changelogs/fragments/create_rds_global_cluster_role.yml index 7013b9b0..bb33813b 100644 --- a/changelogs/fragments/create_rds_global_cluster_role.yml +++ b/changelogs/fragments/create_rds_global_cluster_role.yml @@ -1,3 +1,3 @@ --- minor_changes: - - create_rds_global_cluster- new role to create aurora global cluster with a primary and a replica cluster in different regions. + - create_rds_global_cluster - new role to create aurora global cluster with a primary and a replica cluster in different regions.