Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Jan 31, 2023
1 parent 5bf6b2d commit 5a6680a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/data-sources/api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


1 change: 1 addition & 0 deletions docs/resources/api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5a6680a

Please sign in to comment.