package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev
# Functions
ApplyComputedValuesForResource accepts a target value, and populates it either with values from the provided with argument, or with generated values created semi-randomly.
ComputedValuesForDataSource accepts a target value, and populates it either with values from the provided with argument, or with generated values created semi-randomly.
FillAttribute makes the input value match the specified attribute by adding attributes and/or performing conversions to make the input value correct.
FillType makes the input value match the target type by adding attributes directly to it or to any nested objects.
GenerateValueForAttribute accepts a configschema.Attribute and returns a valid value for that attribute.
GenerateValueForType accepts a cty.Type and returns a valid value for that type.
NewMockedData creates a new MockedData struct with the given value and range.
No description provided by the author
No description provided by the author
PlanComputedValuesForResource accepts a target value, and populates its computed values with values from the provider 'with' argument, and if 'with' is not provided, it sets the computed values to cty.UnknownVal.
# Structs
MockedData wraps the value and the source location of the value into a single struct for easy access.
Overrides contains a summary of all the overrides that should apply for a test run.
# Type aliases
No description provided by the author
No description provided by the author