Skip to content

Commit aaddb3d

Browse files
author
bcenker
committed
remove unnecessary depends_on in aws_vpc_dhcp_options_association definition
1 parent 5d9cb51 commit aaddb3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ resource "aws_vpc_dhcp_options_association" "this" {
3131

3232
vpc_id = "${aws_vpc.this.id}"
3333
dhcp_options_id = "${aws_vpc_dhcp_options.this.id}"
34-
depends_on = ["aws_vpc.this", "aws_vpc_dhcp_options.this"]
3534
}
3635

3736
###################

0 commit comments

Comments
 (0)