Skip to content

Commit

Permalink
Merge pull request #3076 from GoogleCloudPlatform/fix_network_ip
Browse files Browse the repository at this point in the history
Update network_ip to use empty string
  • Loading branch information
tpdownes authored Sep 26, 2024
2 parents 17987fc + c8011ca commit 3361e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/modules/network/rdma-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ locals {
network = null
subnetwork = subnet.self_link
subnetwork_project = null # will populate from subnetwork_self_link
network_ip = null
network_ip = ""
nic_type = coalesce(var.nic_type, try(regex("IRDMA", local.profile_name), regex("MRDMA", local.profile_name), "RDMA"))
stack_type = null
queue_count = null
Expand Down

0 comments on commit 3361e82

Please sign in to comment.