profile

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProfileDataSource

func ProfileDataSource() datasource.DataSource

func ProfileResource

func ProfileResource() resource.Resource

func ProfilesDataSource

func ProfilesDataSource() datasource.DataSource

Types

type ProfileDataSourceModel

type ProfileDataSourceModel struct {
	ID                   types.String `tfsdk:"id"`
	ProfileID            types.Int64  `tfsdk:"profile_id"`
	ProjectID            types.Int64  `tfsdk:"project_id"`
	Key                  types.String `tfsdk:"key"`
	ConnectionID         types.Int64  `tfsdk:"connection_id"`
	CredentialsID        types.Int64  `tfsdk:"credentials_id"`
	ExtendedAttributesID types.Int64  `tfsdk:"extended_attributes_id"`
}

type ProfileResourceModel

type ProfileResourceModel struct {
	ID                   types.String `tfsdk:"id"`
	ProfileID            types.Int64  `tfsdk:"profile_id"`
	ProjectID            types.Int64  `tfsdk:"project_id"`
	Key                  types.String `tfsdk:"key"`
	ConnectionID         types.Int64  `tfsdk:"connection_id"`
	CredentialsID        types.Int64  `tfsdk:"credentials_id"`
	ExtendedAttributesID types.Int64  `tfsdk:"extended_attributes_id"`
}

type ProfilesDataSourceModel

type ProfilesDataSourceModel struct {
	ProjectID types.Int64              `tfsdk:"project_id"`
	Profiles  []ProfileDataSourceModel `tfsdk:"profiles"`
}

Jump to

Keyboard shortcuts

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