Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db_subnet_group: fix failing output expressions (#22)
Accessing aws_db_subnet_group.this when its count = 0 is an error, so we need to instead access it via splat syntax and then apply a default value for when the resulting list is empty.
- Loading branch information