package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev
# Functions
Contains returns true if the cty.Value or any any value within it contains the given mark.
Has returns true if and only if the cty.Value has the given mark.
MarkPaths transforms the given value by marking each of the given paths with the given mark value.
MarksEqual compares 2 unordered sets of PathValue marks for equality, with the comparison using the cty.PathValueMarks.Equal method.
PathsWithMark produces a list of paths identified as having a specified mark in a given set of [cty.PathValueMarks] that presumably resulted from deeply-unmarking a [cty.Value].
# Constants
Ephemeral indicates that a value exists only in memory during a single phase, and thus cannot persist between phases or between rounds.
Sensitive indicates that this value is marked as sensitive in the context of Terraform.
TypeType is used to indicate that the value contains a representation of another value's type.