package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev
# Functions
NewProvider returns a new MockProvider with an empty data store.
NewProviderWithData returns a new MockProvider with the given data store.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MockProvider wraps the standard MockProvider with a simple in-memory data store for resources and data sources.
ResourceStore is a simple data store, that can let the mock provider defined in this package store and return interesting values for resources and data sources.
ResourceStoreBuilder is an implementation of the builder pattern for building a ResourceStore with prepopulated values.