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 Feb 15, 2023
1 parent 29d034d commit 2aed123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/aws_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "env0_aws_credentials" "credentials" {
- `access_key_id` (String, Sensitive) the aws access key id
- `arn` (String) the aws role arn
- `external_id` (String, Sensitive) the aws role external id
- `secret_access_key` (String, Sensitive) the aws access key secret
- `secret_access_key` (String, Sensitive) the aws access key secret. In case your organization is self-hosted, please use a secret reference in the shape of ${ssm:<secret-id>}

### Read-Only

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/azure_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "env0_azure_credentials" "credentials" {
### Required

- `client_id` (String) the azure client id
- `client_secret` (String, Sensitive) the azure client secret
- `client_secret` (String, Sensitive) the azure client secret. In case your organization is self-hosted, please use a secret reference in the shape of ${azure:<secret-name>@<vault-name>}
- `name` (String) name for the credentials
- `subscription_id` (String) the azure subscription id
- `tenant_id` (String) the azure tenant id
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/gcp_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "env0_gcp_credentials" "credentials" {
### Required

- `name` (String) name for the credentials
- `service_account_key` (String, Sensitive) the gcp service account key
- `service_account_key` (String, Sensitive) the gcp service account key. In case your organization is self-hosted, please use a secret reference in the shape of ${gcp:<secret-id>}

### Optional

Expand Down

0 comments on commit 2aed123

Please sign in to comment.