From fc0e9e09ed371362e5a637613842ded60a9f7674 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Sun, 17 Dec 2023 16:10:25 +0000 Subject: [PATCH] Update docs --- docs/resources/azure_oidc_credentials.md | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/resources/azure_oidc_credentials.md diff --git a/docs/resources/azure_oidc_credentials.md b/docs/resources/azure_oidc_credentials.md new file mode 100644 index 00000000..3d189aff --- /dev/null +++ b/docs/resources/azure_oidc_credentials.md @@ -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 + +### 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" +```