terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema
Tobias Trabelsi e1266ebf64
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
updated GHA
Update to v2 SDK
updated dependencies
2022-08-06 16:21:18 +02:00
..
context.go updated GHA 2022-08-06 16:21:18 +02:00
core_schema.go updated GHA 2022-08-06 16:21:18 +02:00
data_source_resource_shim.go updated GHA 2022-08-06 16:21:18 +02:00
equal.go updated GHA 2022-08-06 16:21:18 +02:00
field_reader_config.go updated GHA 2022-08-06 16:21:18 +02:00
field_reader_diff.go updated GHA 2022-08-06 16:21:18 +02:00
field_reader_map.go updated GHA 2022-08-06 16:21:18 +02:00
field_reader_multi.go updated GHA 2022-08-06 16:21:18 +02:00
field_reader.go updated GHA 2022-08-06 16:21:18 +02:00
field_writer_map.go updated GHA 2022-08-06 16:21:18 +02:00
field_writer.go updated GHA 2022-08-06 16:21:18 +02:00
getsource_string.go updated GHA 2022-08-06 16:21:18 +02:00
grpc_provider.go updated GHA 2022-08-06 16:21:18 +02:00
json.go updated GHA 2022-08-06 16:21:18 +02:00
provider.go updated GHA 2022-08-06 16:21:18 +02:00
README.md updated GHA 2022-08-06 16:21:18 +02:00
resource_data_get_source.go updated GHA 2022-08-06 16:21:18 +02:00
resource_data.go updated GHA 2022-08-06 16:21:18 +02:00
resource_diff.go updated GHA 2022-08-06 16:21:18 +02:00
resource_importer.go updated GHA 2022-08-06 16:21:18 +02:00
resource_timeout.go updated GHA 2022-08-06 16:21:18 +02:00
resource.go updated GHA 2022-08-06 16:21:18 +02:00
schema.go updated GHA 2022-08-06 16:21:18 +02:00
serialize.go updated GHA 2022-08-06 16:21:18 +02:00
set.go updated GHA 2022-08-06 16:21:18 +02:00
shims.go updated GHA 2022-08-06 16:21:18 +02:00
testing.go updated GHA 2022-08-06 16:21:18 +02:00
unknown.go updated GHA 2022-08-06 16:21:18 +02:00
valuetype_string.go updated GHA 2022-08-06 16:21:18 +02:00
valuetype.go updated GHA 2022-08-06 16:21:18 +02:00

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.