We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b23990 + 2406126 commit e45f49aCopy full SHA for e45f49a
vra/data_source_fabric_compute.go
@@ -16,6 +16,7 @@ func dataSourceFabricCompute() *schema.Resource {
16
Schema: map[string]*schema.Schema{
17
"id": {
18
Type: schema.TypeString,
19
+ Computed: true,
20
ConflictsWith: []string{"filter"},
21
Description: "The id of the fabric compute resource instance.",
22
Optional: true,
0 commit comments