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 Dec 26, 2023
1 parent fcf27bc commit 85de56a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/data-sources/aws_oidc_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 21 additions & 0 deletions docs/data-sources/azure_oidc_credentials.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## Schema

### Optional

- `id` (String) the id of the azure_oidc oidc credentials
- `name` (String) the name of the azure_oidc oidc credentials
1 change: 1 addition & 0 deletions docs/data-sources/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85de56a

Please sign in to comment.