Skip to content

Commit 6b8ce70

Browse files
authored
feat: remove depends_on from lab_zone
1 parent 660510e commit 6b8ce70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openstack-device.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ resource "openstack_dns_recordset_v2" "lab_dns" {
169169
type = "A"
170170
ttl = 300
171171
records = [openstack_compute_instance_v2.lab[count.index].network[0].fixed_ip_v4]
172-
173-
depends_on = [openstack_compute_instance_v2.lab]
174172
}
175173

176174
resource "openstack_compute_instance_v2" "lab" {

0 commit comments

Comments
 (0)