Skip to content

Commit

Permalink
added refrence to resource_group of the management subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
f5craigsca committed Nov 8, 2020
1 parent 022abe5 commit 6bef807
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 @@ -110,6 +110,7 @@ resource "ibm_is_instance" "f5_ve_instance" {
name = var.instance_name
image = local.image_id
profile = data.ibm_is_instance_profile.instance_profile.id
resource_group = data.ibm_is_subnet.f5_managment_subnet.resource_group
primary_network_interface {
name = "management"
subnet = data.ibm_is_subnet.f5_managment_subnet.id
Expand Down

0 comments on commit 6bef807

Please sign in to comment.