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 17, 2023
1 parent cec07ec commit fc0e9e0
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/resources/azure_oidc_credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_azure_oidc_credentials Resource - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_azure_oidc_credentials (Resource)



## Example Usage

```terraform
resource "env0_azure_oidc_credentials" "credentials" {
name = "example"
tenant_id = "4234-2343-24234234234-42343"
client_id = "fff333-345555-4444"
subscription_id = "f1111-222-2222"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `client_id` (String) the azure client id
- `name` (String) name for the oidc credentials
- `subscription_id` (String) the azure subscription id
- `tenant_id` (String) the azure tenant id

### Read-Only

- `id` (String) The ID of this resource.

## Import

Import is supported using the following syntax:

```shell
terraform import env0_aws_oidc_credentials.by_id d31a6b30-5f69-4d24-937c-22322754934e
terraform import env0_aws_oidc_credentials.by_name "credentials name"
```

0 comments on commit fc0e9e0

Please sign in to comment.