Skip to content

Commit

Permalink
Arrumando RDS subnet group ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jonilsonds9 committed Oct 28, 2023
1 parent 54ca42a commit 5852102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/rds.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_db_subnet_group" "rds" {
name = "subnet_group_rds"

subnet_ids = [ local.subnet_ids ]
subnet_ids = aws_subnet.this.*.id

tags = {
Name = "DB subnet group"
Expand Down

0 comments on commit 5852102

Please sign in to comment.