Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProfileDataSource ¶
func ProfileDataSource() datasource.DataSource
func ProfileResource ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.