Skip to content

Commit 1ac456b

Browse files
authored
Update env table with project-id (#634)
updates env table to include project id. on hold for tfc merge
2 parents 12582a2 + 80af603 commit 1ac456b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/terraform-docs-common/docs/cloud-docs/run/run-environment.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ HCP Terraform automatically injects the following environment variables for each
124124
| `TFC_CONFIGURATION_VERSION_GIT_COMMIT_SHA` | The full commit hash of the commit that the associated Terraform configuration version was ingressed from. | `abcd1234...` |
125125
| `TFC_CONFIGURATION_VERSION_GIT_TAG` | The name of the tag that the associated Terraform configuration version was ingressed from. | `v0.1.0` |
126126
| `TFC_PROJECT_NAME` | The name of the project used in this run. | `proj-name` |
127+
| `TFC_PROJECT_ID`. | The id of the project used in this run. | `proj-91XJpbLvbdohC6RD` |
127128

128129
They are also available as Terraform input variables by defining a variable with the same name. For example:
129130

0 commit comments

Comments
 (0)