Skip to content

Commit

Permalink
fix(docs): fix links to pre-built provider repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Nov 9, 2022
1 parent 3778e21 commit 2c88602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ cdktf synth --json

### Install Pre-built Providers

It can take several minutes to generate the code bindings for providers with very large schemas, so we offer several popular providers as pre-built packages. Pre-built providers are a completely optional performance optimization, and you may prefer to generate the code bindings for these providers yourself. For example, you may want to use a different version of that provider than the one in the pre-built package. The [Terraform CDK Providers](https://github.com/orgs/hashicorp/repositories?q=cdktf-provider-) page has a complete list, but available pre-built providers include:
It can take several minutes to generate the code bindings for providers with very large schemas, so we offer several popular providers as pre-built packages. Pre-built providers are a completely optional performance optimization, and you may prefer to generate the code bindings for these providers yourself. For example, you may want to use a different version of that provider than the one in the pre-built package. The [Terraform CDK Providers](https://github.com/orgs/cdktf/repositories?q=cdktf-provider-) page has a complete list, but available pre-built providers include:

- [AWS Provider](https://cdk.tf/provider/aws)
- [Google Provider](https://cdk.tf/provider/google)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/create-and-deploy/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A provider is a Terraform plugin that allows users to manage an external API. Pr

Use [pre-built providers](/cdktf/concepts/providers#install-pre-built-providers) when possible. It can take several minutes to generate the code bindings for providers with very large schemas, so we offer several popular providers as pre-built packages. Pre-built providers are a performance optimization that reduces the time it takes to synthesize and run your application. You can also use pre-built providers as a peer dependency if you use open-source custom constructs.

Refer to the [CDKTF Provider GitHub repositories](https://github.com/orgs/hashicorp/repositories?q=cdktf-provider-) for a complete list of pre-built providers.
Refer to the [CDKTF Provider GitHub repositories](https://github.com/orgs/cdktf/repositories?q=cdktf-provider-) for a complete list of pre-built providers.

## Application Architecture

Expand Down

0 comments on commit 2c88602

Please sign in to comment.