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 Apr 17, 2022
1 parent c52e134 commit d11049b
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/resources/aws_cost_credentials.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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.


30 changes: 30 additions & 0 deletions docs/resources/azure_cost_credentials.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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.


28 changes: 28 additions & 0 deletions docs/resources/gcp_cost_credentials.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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.


0 comments on commit d11049b

Please sign in to comment.