You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
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.
Currently you cannot use
int?
or otherNullable<>
-wrappable primitives inside a schema. So you cannot useint?
to indicate a block attribute or object attribute as optional.Nullable<>
must be part of type dependency graphNullable<>
Nullable<>
Nullable<>
Here are some facts that must be taken into account:
ITerraform<>
can containNullable<>
, butNullable<>
neverITerraform<>
Nullable<>
can contain primitives and BigIntegerITerraform<Nullable<>>
properlyThe text was updated successfully, but these errors were encountered: