Skip to content

Commit

Permalink
Introduce ephemeral marks
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Dec 31, 2024
1 parent f713e5c commit 4980d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/lang/marks/marks.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ func Contains(val cty.Value, mark valueMark) bool {
// Sensitive indicates that this value is marked as sensitive in the context of
// Terraform.
const Sensitive = valueMark("Sensitive")

// Ephemeral indicates that this value is marked as ephemeral in the context of
// Terraform.
const Ephemeral = valueMark("Ephemeral")

0 comments on commit 4980d1b

Please sign in to comment.