Skip to content

Commit

Permalink
Updated release to the latest release in example (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
Yonathan-Eyal and cloudpossebot authored Apr 7, 2022
1 parent 0885744 commit 9f2cf6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ resource "aws_secretsmanager_secret_version" "rds_username_and_password" {
module "rds_proxy" {
source = "cloudposse/rds-db-proxy/aws"
version = "0.1.0"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
db_instance_identifier = module.rds_instance.instance_id
auth = local.auth
vpc_security_group_ids = [module.vpc.vpc_default_security_group_id]
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ usage: |2-
module "rds_proxy" {
source = "cloudposse/rds-db-proxy/aws"
version = "0.1.0"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
db_instance_identifier = module.rds_instance.instance_id
auth = local.auth
vpc_security_group_ids = [module.vpc.vpc_default_security_group_id]
Expand Down

0 comments on commit 9f2cf6b

Please sign in to comment.