Skip to content

Commit

Permalink
chore: improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Pacilio <[email protected]>
  • Loading branch information
2 people authored and ansgarm committed Jun 15, 2022
1 parent ca3e934 commit 5896720
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/cdktf-cli/templates/csharp/help
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Use Providers:

You can add prebuilt providers (if available) or locally generated ones using the add command:
Use the add command to add both prebuilt providers (if available) or locally generated providers:

cdktf provider add "aws@~>3.0" null kreuzwerker/docker

Expand All @@ -37,6 +37,6 @@ Use Providers:
dotnet add package HashiCorp.Cdktf.Providers.Github
dotnet add package HashiCorp.Cdktf.Providers.Null

You can also build any module or provider locally. Learn more https://cdk.tf/modules-and-providers
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers

========================================================================================================
4 changes: 2 additions & 2 deletions packages/cdktf-cli/templates/go/help
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

Use Providers:

You can add providers using the add command:
Use the add command to add providers:

cdktf provider add "aws@~>3.0" null kreuzwerker/docker

Learn more https://cdk.tf/modules-and-providers
Learn more: https://cdk.tf/modules-and-providers

========================================================================================================
4 changes: 2 additions & 2 deletions packages/cdktf-cli/templates/java/help
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Use Providers:

cdktf provider add "aws@~>3.0" null kreuzwerker/docker

You can find all prebuilt providers on Maven Central: https://mvnrepository.com/artifact/com.hashicorp
All prebuilt providers are available on Maven Central: https://mvnrepository.com/artifact/com.hashicorp
You can also add these providers directly to your pom.xml file.

You can also build any module or provider locally. Learn more https://cdk.tf/modules-and-providers
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers

========================================================================================================
4 changes: 2 additions & 2 deletions packages/cdktf-cli/templates/python-pip/help
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

Use Providers:

You can add prebuilt providers (if available) or locally generated ones using the add command:
Use the add command to add both prebuilt providers (if available) or locally generated providers:

cdktf provider add "aws@~>3.0" null kreuzwerker/docker

You can find all prebuilt providers on PyPI: https://pypi.org/user/cdktf-team/
You can also add these providers directly to your requirements.txt file.

You can also build any module or provider locally. Learn more https://cdk.tf/modules-and-providers
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers

========================================================================================================
2 changes: 1 addition & 1 deletion packages/cdktf-cli/templates/python/help
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Use Providers:
pipenv install cdktf-cdktf-provider-github
pipenv install cdktf-cdktf-provider-null

You can also build any module or provider locally. Learn more https://cdk.tf/modules-and-providers
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers

========================================================================================================

0 comments on commit 5896720

Please sign in to comment.