From 35b44f5290490c57fe2b2e20efb6de34d2c0d4a7 Mon Sep 17 00:00:00 2001 From: Agustin Bettati Date: Thu, 24 Oct 2024 11:46:50 +0200 Subject: [PATCH] docs: Remove legacy project_id attribute in docs as it has been removed --- docs/resources/project_api_key.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/resources/project_api_key.md b/docs/resources/project_api_key.md index 6404d3d0b9..e5187d2965 100644 --- a/docs/resources/project_api_key.md +++ b/docs/resources/project_api_key.md @@ -38,7 +38,6 @@ resource "mongodbatlas_project_api_key" "test" { ## Argument Reference * `description` - (Required) Description of this Project API key. -* `project_id` - Unique 24-hexadecimal digit string that identifies your project. **WARNING:** this parameter is deprecated as it no longer needs to be defined. It will be removed in version 1.16.0. ~> **NOTE:** Project created by API Keys must belong to an existing organization.