mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-25 03:01:47 -04:00
Use [] around depends_on value.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "aws_db_instance" "default" {
|
||||
depends_on = "aws_security_group.default"
|
||||
depends_on = ["aws_security_group.default"]
|
||||
identifier = "${var.identifier}"
|
||||
allocated_storage = "${var.storage}"
|
||||
engine = "${var.engine}"
|
||||
|
||||
Reference in New Issue
Block a user