Skip to content

Commit e45f49a

Browse files
authored
Merge pull request #399 from vmware/fix-fabric-compute-id
Fix `fabric_compute` data source id attribute
2 parents 0b23990 + 2406126 commit e45f49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vra/data_source_fabric_compute.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func dataSourceFabricCompute() *schema.Resource {
1616
Schema: map[string]*schema.Schema{
1717
"id": {
1818
Type: schema.TypeString,
19+
Computed: true,
1920
ConflictsWith: []string{"filter"},
2021
Description: "The id of the fabric compute resource instance.",
2122
Optional: true,

0 commit comments

Comments
 (0)