package
0.0.0-20240902090353-0525d7d8c1c2
Repository: https://github.com/magodo/tfpluginschema.git
Documentation: pkg.go.dev

# Constants

BlockNestingModeList is for attributes that represent a list of objects, with multiple instances of those attributes nested inside a list under another attribute.
BlockNestingModeSet is for attributes that represent a set of objects, with multiple, unique instances of those attributes nested inside a set under another attribute.
BlockNestingModeSingle is for attributes that represent a single object.
BlockNestingModeUnknown is an invalid nesting mode, used to catch when a nesting mode is expected and not set.
NestingModeList is for attributes that represent a list of objects, with multiple instances of those attributes nested inside a list under another attribute.
NestingModeMap is for attributes that represent a map of objects, with multiple instances of those attributes, each associated with a unique string key, nested inside a map under another attribute.
NestingModeSet is for attributes that represent a set of objects, with multiple, unique instances of those attributes nested inside a set under another attribute.
NestingModeSingle is for attributes that represent a struct or object, a single instance of those attributes directly nested under another attribute.
NestingModeUnknown is an invalid nesting mode, used to catch when a nesting mode is expected and not set.

# Type aliases

No description provided by the author
No description provided by the author