Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Support Nullable<> for indicating optional primitives #5

Description

@teneko

Currently you cannot use int? or other Nullable<>-wrappable primitives inside a schema. So you cannot use int? to indicate a block attribute or object attribute as optional.

Here are some facts that must be taken into account:

  • ITerraform<> can contain Nullable<>, but Nullable<> never ITerraform<>
  • Nullable<> can contain primitives and BigInteger
  • We have a to decode/encode ITerraform<Nullable<>> properly

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions