Skip to content

Commit 9f2cf6b

Browse files
Updated release to the latest release in example (#5)
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
1 parent 0885744 commit 9f2cf6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ resource "aws_secretsmanager_secret_version" "rds_username_and_password" {
187187
188188
module "rds_proxy" {
189189
source = "cloudposse/rds-db-proxy/aws"
190-
version = "0.1.0"
191-
190+
# Cloud Posse recommends pinning every module to a specific version
191+
# version = "x.x.x"
192192
db_instance_identifier = module.rds_instance.instance_id
193193
auth = local.auth
194194
vpc_security_group_ids = [module.vpc.vpc_default_security_group_id]

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ usage: |2-
151151
152152
module "rds_proxy" {
153153
source = "cloudposse/rds-db-proxy/aws"
154-
version = "0.1.0"
155-
154+
# Cloud Posse recommends pinning every module to a specific version
155+
# version = "x.x.x"
156156
db_instance_identifier = module.rds_instance.instance_id
157157
auth = local.auth
158158
vpc_security_group_ids = [module.vpc.vpc_default_security_group_id]

0 commit comments

Comments
 (0)