Skip to content

Commit 4af4ba2

Browse files
committed
Update main.tf
1 parent d11b9f6 commit 4af4ba2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/ibm-is-ng/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,11 @@ data "ibm_is_virtual_network_interface_floating_ips" "vni_fips" {
14371437
virtual_network_interface = <vni_id>
14381438
}
14391439

1440+
resource "ibm_is_virtual_network_interface_ip" "is_floating_ip_instance" {
1441+
virtual_network_interface = "0726-89789ff7-3157-4261-8aa9-75140a4710bb"
1442+
reserved_ip = "0726-2c1ffe98-6542-4b9e-bb84-6d9efe93e68f"
1443+
}
1444+
14401445
data "ibm_is_virtual_network_interface_ips" "is_vni_ips" {
14411446
virtual_network_interface = "0726-89789ff7-3157-4261-8aa9-75140a4710bb"
14421447
}

0 commit comments

Comments
 (0)