Skip to content

Commit

Permalink
Merge pull request #36204 from hashicorp/jbardin/ephemeral-doc
Browse files Browse the repository at this point in the history
missing ephemeral variable docs
  • Loading branch information
jbardin authored Dec 12, 2024
2 parents 3fd0cc0 + f9088d4 commit c07f495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/language/values/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ You can only reference ephemeral variables in specific contexts or Terraform thr
* In [local values](/terraform/language/values/locals#ephemeral-values)
* In [ephemeral resources](/terraform/language/resources/ephemeral)
* In [ephemeral outputs](/terraform/language/values/outputs#ephemeral-avoid-storing-values-in-state-or-plan-files)
* Configuring providers in the `provider` block
* In [provisioner](/terraform/language/resources/provisioners/syntax) and [connection](/terraform/language/resources/provisioners/connection) blocks

If another expression references an `ephemeral` variable, that expression implicitly becomes ephemeral.

Expand Down

0 comments on commit c07f495

Please sign in to comment.