Skip to content

Commit

Permalink
Merge branch 'bug/fix-vds-bug-with-data' of https://github.com/burnsj…
Browse files Browse the repository at this point in the history
…ared0415/terraform-provider-vcf into bug/fix-vds-bug-with-data
  • Loading branch information
burnsjared0415 committed Aug 27, 2024
2 parents 1976bf6 + 7e863bc commit 4f06167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cluster/cluster_operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ func FlattenCluster(ctx context.Context, clusterObj *models.Cluster, apiClient *
if err != nil {
return nil, err
}

result["host"] = flattenedHostSpecs

return &result, nil
Expand Down

0 comments on commit 4f06167

Please sign in to comment.