File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See [`examples`](./examples) directory for working examples to reference:
1414
1515``` hcl
1616module "rds_proxy" {
17- source = "clowdhaus/rds-proxy/aws"
17+ source = "clowdhaus/rds-proxy/aws"
1818
1919 name = "rds-proxy"
2020 iam_role_name = "rds-proxy-role"
@@ -23,7 +23,7 @@ module "rds_proxy" {
2323
2424 secrets = {
2525 "superuser" = {
26- description = "Aurora PostgreSQL superuser password
26+ description = "Aurora PostgreSQL superuser password"
2727 arn = "arn:aws:secretsmanager:us-east-1:123456789012:secret:superuser-6gsjLD"
2828 kms_key_id = "6ca29066-552a-46c5-a7d7-7bf9a15fc255"
2929 }
@@ -38,7 +38,7 @@ module "rds_proxy" {
3838 db_cluster_identifier = "myendpoint"
3939
4040 tags = {
41- Terraform = "true"
41+ Terraform = "true"
4242 Environment = "dev"
4343 }
4444}
You can’t perform that action at this time.
0 commit comments