terraform-website
terraform-website copied to clipboard
Incorrect attribute paths in table for variable set create method
In the variable sets documentation (https://github.com/hashicorp/terraform-website/blob/master/content/cloud-docs/api-docs/variable-sets.mdx) the table that specifies the required attributes doesn't quite line up with the payload below (the payload is correct).
The table lists the following fields:
data.name data.description. data.global
They should actually be:
data.attributes.name data.attributes.description. data.attributes.global