Skip to content

Commit 73567ec

Browse files
committed
add module.path to be able to find file
1 parent 824d666 commit 73567ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openstack-device.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "openstack_compute_instance_v2" "bastion" {
1010
flavor_name = var.bastion_flavor
1111
key_pair = openstack_compute_keypair_v2.ufn_lab_key.name
1212
security_groups = ["default"]
13+
1314
network {
1415
name = var.lab_net_ipv4
1516
}

0 commit comments

Comments
 (0)