Skip to content

Commit 64d48ab

Browse files
committed
.
1 parent d3031b3 commit 64d48ab

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

100644100755
+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Terraform RDS Proxy
1+
# Terraform Module AWS RDS Proxy
2+

main.tf

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ resource "aws_db_proxy" "main" {
124124

125125
tags = var.default_tags
126126

127-
depends_on = var.enabled_depends_on
127+
depends_on = [var.enabled_depends_on]
128128
}
129129
resource "aws_db_proxy_default_target_group" "main" {
130130
count = var.create ? length(var.connection_pool_config) : 0

outputs.tf

100644100755
File mode changed.

variables.tf

100644100755
File mode changed.

0 commit comments

Comments
 (0)