From 5a6680a7e6a6bb72a9f902f1c0a7d3f7a93394ab Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Tue, 31 Jan 2023 15:21:16 +0000 Subject: [PATCH] Update docs --- docs/data-sources/api_key.md | 4 ++++ docs/resources/api_key.md | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/data-sources/api_key.md b/docs/data-sources/api_key.md index 6bb45dcb..4b39d56a 100644 --- a/docs/data-sources/api_key.md +++ b/docs/data-sources/api_key.md @@ -34,4 +34,8 @@ data "env0_api_key" "api_key_sample_by_name" { - `id` (String) the id of the api key - `name` (String) the name of the api key +### Read-Only + +- `api_key_id` (String) the api key id + diff --git a/docs/resources/api_key.md b/docs/resources/api_key.md index 04835fd0..98d7da78 100644 --- a/docs/resources/api_key.md +++ b/docs/resources/api_key.md @@ -51,6 +51,7 @@ resource "env0_user_team_assignment" "api_key_team_assignment_example" { ### Read-Only +- `api_key_id` (String) the api key id - `api_key_secret` (String, Sensitive) the api key secret. This attribute is not computed for imported resources. Note that this will be written to the state file. To omit the secret: set 'omit_api_key_secret' to 'true' - `id` (String) The ID of this resource.