Skip to content

Commit

Permalink
Merge pull request #2 from azbiswas/master
Browse files Browse the repository at this point in the history
Reserve Floating IP in the same resource group as the BIGIP
  • Loading branch information
f5craigsca authored Nov 10, 2020
2 parents 6bef807 + ee222f1 commit 571ed9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ resource "ibm_is_instance" "f5_ve_instance" {
resource "ibm_is_floating_ip" "f5_management_floating_ip" {
name = "f0-${random_uuid.namer.result}"
target = ibm_is_instance.f5_ve_instance.primary_network_interface.0.id
resource_group = data.ibm_is_subnet.f5_managment_subnet.resource_group
timeouts {
create = "60m"
delete = "60m"
Expand Down

0 comments on commit 571ed9e

Please sign in to comment.