Skip to content

Commit ba9d2c6

Browse files
authored
Merge branch 'main' into nylkotuby/update-team-notis
2 parents 737d31a + 23af797 commit ba9d2c6

File tree

524 files changed

+40812
-627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

524 files changed

+40812
-627
lines changed

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* @hashicorp/web-devdot
33

44
# Content CODEOWNERS
5+
/docs @hashicorp/vault-education-approvers @hashicorp/education
56

67
# Terraform documentation ownership
78
/content/terraform-plugin-framework @hashicorp/terraform-devex @hashicorp/terraform-education
@@ -20,7 +21,7 @@
2021
/content/terraform/*/docs/language/backend/s3.mdx @hashicorp/terraform-education @hashicorp/terraform-core @hashicorp/team-docs-packer-and-terraform @hashicorp/terraform-aws
2122

2223
/content/terraform-docs-common/ @hashicorp/team-docs-packer-and-terraform
23-
/content/terraform-docs-common/docs/plugin/ @hashicorp/terraform-devex
24+
/content/terraform-docs-common/docs/plugin/ @hashicorp/terraform-devex
2425
/content/terraform-docs-common/data/plugin-nav-data.json @hashicorp/terraform-devex
2526

2627
/content/terraform-enterprise @hashicorp/team-docs-packer-and-terraform @hashicorp/ptfe-review

content/terraform-cdk/v0.11.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
1919
| DISABLE_VERSION_CHECK | If set to `true` or `1`, CDKTF will not perform a version check. If it is not set, CDKTF verifies that your installed library version matches the CLI version. If they do not match, CDKTF displays a warning. | |
2020
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2121
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
22-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
22+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |

content/terraform-cdk/v0.12.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2020
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2121
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2222
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
23-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
23+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
2424
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.13.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2020
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2121
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2222
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
23-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
23+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
2424
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.14.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2020
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2121
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2222
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
23-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
23+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
2424
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.15.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2121
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2222
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2323
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
24-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
24+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/cloud-docs/users-teams-organizations/api-tokens). | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.16.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2121
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2222
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2323
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
24-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
24+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.17.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2121
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2222
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2323
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
24-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
24+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.18.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2121
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2222
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2323
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
24-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
24+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

content/terraform-cdk/v0.19.x/docs/cdktf/create-and-deploy/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Use these environment variables to configure CDK for Terraform (CDKTF) behavior.
2121
| FORCE_COLOR | If set to `0`, CDKTF disables colored CLI output. Refer to [`chalk` documentation](https://github.com/chalk/chalk#supportscolor) for other supported values. | |
2222
| HTTP_PROXY or http_proxy | The proxy that CDKTF should use for all HTTP requests. | |
2323
| TERRAFORM_BINARY_NAME | The Terraform binary that CDKTF should use. | The Terraform binary in path |
24-
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
24+
| TERRAFORM_CLOUD_TOKEN | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [Terraform Cloud API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

0 commit comments

Comments
 (0)