Skip to content

Commit bbf1784

Browse files
backport of commit 493a6a1 (#36145)
Co-authored-by: Mark Lewis <lewis@hashicorp.com>
1 parent e6f03a0 commit bbf1784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/language/stacks/reference/tfdeploy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The object in the `context.plan.deployment` field includes the following fields.
163163

164164
The `identity_token` block defines a JSON Web Token (JWT) that Terraform generates for a given deployment if that `deployment` block references an `identity_token` in its `inputs`.
165165

166-
You can directly pass the token generated by the `identity_token` block to a provider's configuration for OIDC authentication. For more information on authenticating a Stack using OIDC, refer to [Authenticate a Stack](/terraform/language/stacks/authenticate).
166+
You can directly pass the token generated by the `identity_token` block to a provider's configuration for OIDC authentication. For more information on authenticating a Stack using OIDC, refer to [Authenticate a Stack](/terraform/language/stacks/deploy/authenticate).
167167

168168
### Complete configuration
169169

@@ -311,4 +311,4 @@ You can access specific environment variables by key from the `store.varset.avai
311311

312312
## `locals` block configuration
313313

314-
A local value assigns a name to an expression, so you can use the name multiple times within your Stack configuration instead of repeating the expression. The `locals` block works exactly as it does in traditional Terraform configurations. Learn more about [the `locals` block](/terraform/language/values/locals).
314+
A local value assigns a name to an expression, so you can use the name multiple times within your Stack configuration instead of repeating the expression. The `locals` block works exactly as it does in traditional Terraform configurations. Learn more about [the `locals` block](/terraform/language/values/locals).

0 commit comments

Comments
 (0)