eid

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2024 License: MIT Imports: 4 Imported by: 0

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

type EID

type EID struct {
	Type types.String `tfsdk:"type"`
	ID   types.String `tfsdk:"id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL