diff --git a/website/docs/cloud-docs/registry/publish-providers.mdx b/website/docs/cloud-docs/registry/publish-providers.mdx index 2b376ec87..a4accc1ab 100644 --- a/website/docs/cloud-docs/registry/publish-providers.mdx +++ b/website/docs/cloud-docs/registry/publish-providers.mdx @@ -136,7 +136,7 @@ $ curl \ --header "Authorization: Bearer TOKEN" \ --header "Content-Type: application/vnd.api+json" \ --request POST \ - --data @payload.json \ + --data @version.json \ https://app.terraform.io/api/v2/organizations/ORG_NAME/registry-providers/private/ORG_NAME/aws/versions ```