From d11049b6c28e085b1eb1aefbbc795ec0f30440dc Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Sun, 17 Apr 2022 20:23:58 +0000 Subject: [PATCH] Update docs --- docs/resources/aws_cost_credentials.md | 28 ++++++++++++++++++++++ docs/resources/azure_cost_credentials.md | 30 ++++++++++++++++++++++++ docs/resources/gcp_cost_credentials.md | 28 ++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 docs/resources/aws_cost_credentials.md create mode 100644 docs/resources/azure_cost_credentials.md create mode 100644 docs/resources/gcp_cost_credentials.md diff --git a/docs/resources/aws_cost_credentials.md b/docs/resources/aws_cost_credentials.md new file mode 100644 index 00000000..6b9b3e7d --- /dev/null +++ b/docs/resources/aws_cost_credentials.md @@ -0,0 +1,28 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "env0_aws_cost_credentials Resource - terraform-provider-env0" +subcategory: "" +description: |- + +--- + +# env0_aws_cost_credentials (Resource) + + + + + + +## Schema + +### Required + +- **arn** (String) the aws role arn +- **external_id** (String, Sensitive) the aws role external id +- **name** (String) the name for the credentials + +### Optional + +- **id** (String) The ID of this resource. + + diff --git a/docs/resources/azure_cost_credentials.md b/docs/resources/azure_cost_credentials.md new file mode 100644 index 00000000..a7a81571 --- /dev/null +++ b/docs/resources/azure_cost_credentials.md @@ -0,0 +1,30 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "env0_azure_cost_credentials Resource - terraform-provider-env0" +subcategory: "" +description: |- + +--- + +# env0_azure_cost_credentials (Resource) + + + + + + +## Schema + +### Required + +- **client_id** (String) the azure client id +- **client_secret** (String, Sensitive) the azure client secret +- **name** (String) the name for the credentials +- **subscription_id** (String) the azure subscription id +- **tenant_id** (String) the azure tenant id + +### Optional + +- **id** (String) The ID of this resource. + + diff --git a/docs/resources/gcp_cost_credentials.md b/docs/resources/gcp_cost_credentials.md new file mode 100644 index 00000000..20a7a93a --- /dev/null +++ b/docs/resources/gcp_cost_credentials.md @@ -0,0 +1,28 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "env0_gcp_cost_credentials Resource - terraform-provider-env0" +subcategory: "" +description: |- + +--- + +# env0_gcp_cost_credentials (Resource) + + + + + + +## Schema + +### Required + +- **name** (String) the name for the credentials +- **secret** (String, Sensitive) the GCP service account key +- **table_id** (String) the full BigQuery table id of the exported billing data + +### Optional + +- **id** (String) The ID of this resource. + +