terraform-website icon indicating copy to clipboard operation
terraform-website copied to clipboard

Incorrect attribute paths in table for variable set create method

Open s16tom opened this issue 3 years ago • 0 comments

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

s16tom avatar May 06 '22 10:05 s16tom