From 8074bc4485e25a963d796ae0f0f16039c3235006 Mon Sep 17 00:00:00 2001 From: Riley Snyder Date: Tue, 5 Nov 2024 09:12:16 -0600 Subject: [PATCH] Create platform_current_account.md docs (#1008) --- docs/data-sources/platform_current_account.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/data-sources/platform_current_account.md 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.