We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Closing this Github issue since we have updated our documentation in PR #704.
Thank you for submitting this issue and making our docs better! ✨
Sorry, something went wrong.
Merge pull request #388 from hashicorp/repo-sync-3-25-2025
87278a8
Repo sync 3 25 2025
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: