File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ resource "aws_secretsmanager_secret_version" "rds_username_and_password" {
187187
188188module "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]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments