This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git


The following commit(s) were added to refs/heads/main by this push:
     new cd071af  Add support for internal LB (#317)
cd071af is described below

commit cd071af12c7bf9d2651c456683ee4d4a85a71882
Author: Pearl Dsilva <[email protected]>
AuthorDate: Wed Aug 19 00:52:25 2026 -0400

    Add support for internal LB (#317)
    
    * Add support for internal LB - keep only the networkid bugfix
---
 cloudstack/resource_cloudstack_loadbalancer.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudstack/resource_cloudstack_loadbalancer.go 
b/cloudstack/resource_cloudstack_loadbalancer.go
index cf646a2..5ec015d 100644
--- a/cloudstack/resource_cloudstack_loadbalancer.go
+++ b/cloudstack/resource_cloudstack_loadbalancer.go
@@ -158,7 +158,7 @@ func resourceCloudStackLoadBalancerRead(d 
*schema.ResourceData, meta interface{}
 
        d.Set("algorithm", r.Algorithm)
        d.Set("name", r.Name)
-       d.Set("network_id", r.Networkid)
+       d.Set("networkid", r.Networkid)
        d.Set("sourceipaddressnetworkid", r.Sourceipaddressnetworkid)
 
        var vmIds []string

Reply via email to