From 2aed123d23a3ffa5615ea7f871b001896b1e1196 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 15 Feb 2023 13:51:31 +0000 Subject: [PATCH] Update docs --- docs/resources/aws_credentials.md | 2 +- docs/resources/azure_credentials.md | 2 +- docs/resources/gcp_credentials.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/aws_credentials.md b/docs/resources/aws_credentials.md index c04f135a..ceb58587 100644 --- a/docs/resources/aws_credentials.md +++ b/docs/resources/aws_credentials.md @@ -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:} ### Read-Only diff --git a/docs/resources/azure_credentials.md b/docs/resources/azure_credentials.md index 43d9393b..80bba179 100644 --- a/docs/resources/azure_credentials.md +++ b/docs/resources/azure_credentials.md @@ -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:@} - `name` (String) name for the credentials - `subscription_id` (String) the azure subscription id - `tenant_id` (String) the azure tenant id diff --git a/docs/resources/gcp_credentials.md b/docs/resources/gcp_credentials.md index 913b119e..aa412245 100644 --- a/docs/resources/gcp_credentials.md +++ b/docs/resources/gcp_credentials.md @@ -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:} ### Optional