Skip to content

Commit af4df58

Browse files
authored
Merge branch 'main' into biazmoreira/VAULT-38804
2 parents ec1f79a + 638fb56 commit af4df58

File tree

484 files changed

+39794
-183
lines changed

Some content is hidden

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

484 files changed

+39794
-183
lines changed

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. | |

content/terraform-cdk/v0.20.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-
| TF_TOKEN_app_terraform_io | The token CDKTF should use to authenticate with Terrafrom Cloud. Must be set to a valid [HCP Terraform API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). In case of TFE app_terraform_io would be your hostname. | |
24+
| TF_TOKEN_app_terraform_io | The token CDKTF should use to authenticate with Terraform Cloud. Must be set to a valid [HCP Terraform API token](/terraform/cloud-docs/users-teams-organizations/api-tokens). In case of TFE app_terraform_io would be your hostname. | |
2525
| CI | If set to `true` or `1`, CDKTF will run in a non-interactive CI mode. | |

0 commit comments

Comments
 (0)