Documentation ¶ Index ¶ type Values func NewValues[T *terraform.Block | map[string]any](block T) Values Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Values ¶ type Values interface { // Attr returns the value of the attribute with the given key. // If the attribute does not exist, it returns cty.NilVal. Attr(key string) cty.Value } func NewValues ¶ func NewValues[T *terraform.Block | map[string]any](block T) Values Source Files ¶ View all Source files values.go Click to show internal directories. Click to hide internal directories.