Skip to content

Commit

Permalink
adding node description field setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Jun 16, 2024
1 parent 1d7712f commit 66141b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigip/datasource_bigip_ltm_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func dataSourceBigipLtmNodeRead(ctx context.Context, d *schema.ResourceData, met

_ = d.Set("name", node.Name)
_ = d.Set("partition", node.Partition)
_ = d.Set("description", node.Description)
_ = d.Set("full_path", node.FullPath)
_ = d.Set("connection_limit", node.ConnectionLimit)
_ = d.Set("dynamic_ratio", node.DynamicRatio)
Expand Down

0 comments on commit 66141b0

Please sign in to comment.