Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 2.2 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.2 KB

Please set your repository in file:

  • .golangci.yml

Add secret in your Gihub

  • GITHUB_TOKEN in dependabot_changelog
  • CHANGELOG_PAT in generate_changelog.yml (to Push on main)
  • DOC_PAT in page.yml (to generate documentation)

Show example below:

terraform-plugin-framework-supertype

supertype is a custom type of Terraform type issue from Terraform schema, like SuperShema it's a meta Objet and function to permit you to manipulate Go object and Terrform object.

This is a try to solve these issues :

  • CustomType is defined in the Schema on each Attributes fields on resources and datasources.
  • Each kind of Terraform Type is take into account:
    • Simple: String, Bool, Int64, Float64
    • Array: List, Map, Set
    • Nested: ListNested, MapNested, SetNested, SingleNested

Documentation

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