diff --git a/docs/data-sources/platform_current_account.md b/docs/data-sources/platform_current_account.md new file mode 100644 index 000000000..2e4f9531b --- /dev/null +++ b/docs/data-sources/platform_current_account.md @@ -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 + +### Read-Only + +- `id` (String) Id of the account. +- `account_id` (String) Id of the account. +- `endpoint` (String) The url of the Harness control plane.