diff --git a/docs/data-sources/aws_oidc_credentials.md b/docs/data-sources/aws_oidc_credentials.md index 2f6ffc13..8e33b2e7 100644 --- a/docs/data-sources/aws_oidc_credentials.md +++ b/docs/data-sources/aws_oidc_credentials.md @@ -36,9 +36,5 @@ output "oidc_sub" { ### Optional -- `id` (String) the id of the aws oidc credentials -- `name` (String) the name of the aws oidc credentials - -### Read-Only - -- `oidc_sub` (String) the jwt oidc sub +- `id` (String) the id of the aws_oidc oidc credentials +- `name` (String) the name of the aws_oidc oidc credentials diff --git a/docs/data-sources/azure_oidc_credentials.md b/docs/data-sources/azure_oidc_credentials.md new file mode 100644 index 00000000..0f2194c8 --- /dev/null +++ b/docs/data-sources/azure_oidc_credentials.md @@ -0,0 +1,21 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "env0_azure_oidc_credentials Data Source - terraform-provider-env0" +subcategory: "" +description: |- + +--- + +# env0_azure_oidc_credentials (Data Source) + + + + + + +## Schema + +### Optional + +- `id` (String) the id of the azure_oidc oidc credentials +- `name` (String) the name of the azure_oidc oidc credentials diff --git a/docs/data-sources/organization.md b/docs/data-sources/organization.md index 7388bef9..a8989e96 100644 --- a/docs/data-sources/organization.md +++ b/docs/data-sources/organization.md @@ -29,4 +29,5 @@ output "organization_name" { - `id` (String) The ID of this resource. - `is_self_hosted` (Boolean) is the organization self hosted - `name` (String) the name of the organization +- `oidc_sub` (String) the jwt oidc sub - `role` (String) role of the authenticated user (through api key) in the organization