Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EIDAttributesForDataSource = map[string]dataSchema.Attribute{ "type": dataSchema.StringAttribute{ Required: true, MarkdownDescription: "The entity type", }, "id": dataSchema.StringAttribute{ Required: true, MarkdownDescription: "The entity ID", }, }
View Source
var EIDAttrs = map[string]schema.Attribute{ "type": schema.StringAttribute{ Required: true, MarkdownDescription: "The entity type", }, "id": schema.StringAttribute{ Required: true, MarkdownDescription: "The entity ID", }, }
View Source
var EIDAttrsForDataSource = map[string]attr.Type{ "type": types.StringType, "id": types.StringType, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.