package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: May 27, 2025
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ExtendedAttributesResource is a helper function to simplify the provider implementation.
type ExtendedAttributesDataSourceModel struct {
ID types.String `tfsdk:"id"`
ExtendedAttributesID types.Int64 `tfsdk:"extended_attributes_id"`
ProjectID types.Int64 `tfsdk:"project_id"`
State types.Int64 `tfsdk:"state"`
ExtendedAttributes types.String `tfsdk:"extended_attributes"`
}
type ExtendedAttributesResourceModel struct {
ID types.String `tfsdk:"id"`
ExtendedAttributesID types.Int64 `tfsdk:"extended_attributes_id"`
State types.Int64 `tfsdk:"state"`
ProjectID types.Int64 `tfsdk:"project_id"`
ExtendedAttributes types.String `tfsdk:"extended_attributes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.