notes_url is a read only field. Added Computed: true for notes_url.

main
Mikhail Yohman 2023-03-26 20:21:16 -06:00
parent 43157da50b
commit 16585d11cb
No known key found for this signature in database
GPG Key ID: B317161F0F35E82A
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ func dataSourceManufacturers() *schema.Resource {
Description: "Notes for manufacturer.",
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"platform_count": {
Description: "Manufacturer's platform count.",

View File

@ -74,6 +74,7 @@ func resourceManufacturer() *schema.Resource {
Description: "Notes for manufacturer.",
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"platform_count": {
Description: "Manufacturer's platform count.",