Skip to content

Commit

Permalink
Settings resouce as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
mogaal committed Mar 30, 2021
1 parent d6fc660 commit 0d3f93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "aws_kms_alias" "alias" {
resource "aws_db_subnet_group" "db_subnet" {
count = var.replicate_source_db != "" ? 0 : 1
name = local.identifier
subnet_ids = data.aws_subnet_ids.private
subnet_ids = [data.aws_subnet_ids.private]

tags = {
business-unit = var.business-unit
Expand Down

0 comments on commit 0d3f93f

Please sign in to comment.