From 6b08b8295b27e8084f6b492a6f630dd5934d7aea Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 20 Sep 2024 09:28:52 -0400 Subject: [PATCH] Update mismatch file name in create a version step Currently the docs have the reader create a file `version.json` and then upload `payload.json` in the curl command. --- website/docs/cloud-docs/registry/publish-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```