From 229954092f09e60ec9c11cd516695ecf226f8ea4 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:18:41 +0200 Subject: [PATCH] Add info about the Terraform provider (#5728) ## What are you changing in this pull request and why? Fixes #4210 , adding information about the Terraform provider in the docs. For now, this info is mostly about adding links to the provider and existing documentation on the Terraform registry. ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding or removing pages (delete if not applicable): - [x] Run link testing locally with `npm run build` to update the links that point to deleted pages Main change: ![image](https://github.com/dbt-labs/docs.getdbt.com/assets/8754100/ebc9a4ea-a934-4857-bdc5-7227b28fb2a8) --------- Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- .../docs/docs/dbt-cloud-apis/admin-cloud-api.md | 16 ++++++++++++++++ .../docs/docs/dbt-cloud-apis/apis-overview.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md b/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md index 168ec0c80f4..d4ec0a82d5f 100644 --- a/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md +++ b/website/docs/docs/dbt-cloud-apis/admin-cloud-api.md @@ -13,6 +13,8 @@ The dbt Cloud Administrative API is enabled by default for [Team and Enterprise dbt Cloud currently supports two versions of the Administrative API: v2 and v3. In general, v3 is the recommended version to use, but we don't yet have all our v2 routes upgraded to v3. We're currently working on this. If you can't find something in our v3 docs, check out the shorter list of v2 endpoints because you might find it there. +Many endpoints of the Administrative API can also be called through the [dbt Cloud Terraform provider](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest). The built-in documentation on the Terraform registry contains [a guide on how to get started with the provider](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/guides/1_getting_started) as well as [a page showing all the Terraform resources available](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/guides/99_list_resources) to configure. +