Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 2.2 KB

File metadata and controls

34 lines (26 loc) · 2.2 KB

Important

This repository has moved to orange-cloudavenue organization and is now read-only.

New location: https://github.com/orange-cloudavenue/terraform-plugin-framework-superschema


terraform-plugin-framework-superschema

SuperSchema allows you to write the Terraform schema for resources and datasources in a single definition, along with a common field that enables you to define default values. SuperSchema is compatible with tfplugindocs.

This is a try to solve these issues :

  • Don't repeat yourself : common fields applied on resources and datasources.
  • Auto format attributes markdown description with validators and plan modifiers descriptions, default values...

Documentation

For more information about the SuperSchema, please refer to the documentation.