You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/helper/schema
Mitchell Hashimoto 0250c17d6e
helper/schema: DefaultFunc for dynamic defaults
12 years ago
..
README.md
provider.go helper/schema: test cases around unknown variable values 12 years ago
provider_test.go
resource.go
resource_data.go helper/schema: Get on computed diff should be empty 12 years ago
resource_data_test.go helper/schema: Get on computed diff should be empty 12 years ago
resource_test.go
schema.go helper/schema: DefaultFunc for dynamic defaults 12 years ago
schema_test.go helper/schema: DefaultFunc for dynamic defaults 12 years ago
set.go
set_test.go

README.md

Terraform Helper Lib: schema

The schema package provides a high-level interface for writing resource providers for Terraform.

If you're writing a resource provider, we recommend you use this package.

The interface exposed by this package is much friendlier than trying to write to the Terraform API directly. The core Terraform API is low-level and built for maximum flexibility and control, whereas this library is built as a framework around that to more easily write common providers.