Skip to content

Commit

Permalink
Create platform_current_account.md docs (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
rssnyder authored Nov 5, 2024
1 parent bf95858 commit 8074bc4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/data-sources/platform_current_account.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "harness_platform_current_account Data Source - terraform-provider-harness"
subcategory: "Next Gen"
description: |-
Data source for retrieving information on the current Harness account.
---

# harness_platform_current_account (Data Source)

Data source for retrieving information on the current Harness account.

## Example Usage

```terraform
data "harness_platform_current_account" "current" {}
```

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

### Read-Only

- `id` (String) Id of the account.
- `account_id` (String) Id of the account.
- `endpoint` (String) The url of the Harness control plane.

0 comments on commit 8074bc4

Please sign in to comment.