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.
1 parent 824d666 commit 73567ecCopy full SHA for 73567ec
openstack-device.tf
@@ -10,6 +10,7 @@ resource "openstack_compute_instance_v2" "bastion" {
10
flavor_name = var.bastion_flavor
11
key_pair = openstack_compute_keypair_v2.ufn_lab_key.name
12
security_groups = ["default"]
13
+
14
network {
15
name = var.lab_net_ipv4
16
}
0 commit comments