We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
depends_on
lab_zone
1 parent 660510e commit 6b8ce70Copy full SHA for 6b8ce70
openstack-device.tf
@@ -169,8 +169,6 @@ resource "openstack_dns_recordset_v2" "lab_dns" {
169
type = "A"
170
ttl = 300
171
records = [openstack_compute_instance_v2.lab[count.index].network[0].fixed_ip_v4]
172
-
173
- depends_on = [openstack_compute_instance_v2.lab]
174
}
175
176
resource "openstack_compute_instance_v2" "lab" {
0 commit comments