Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create platform_current_account.md docs #1008

Merged
merged 4 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.