resourcemanager

package
v0.74.1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewOrganizationDataSource

func NewOrganizationDataSource() datasource.DataSource

func NewProjectDataSource

func NewProjectDataSource() datasource.DataSource

func NewProjectResource

func NewProjectResource() resource.Resource

Types

type DataSourceOrganization

type DataSourceOrganization struct {
	// contains filtered or unexported fields
}

func (*DataSourceOrganization) Configure

func (*DataSourceOrganization) Metadata

func (*DataSourceOrganization) Read

func (*DataSourceOrganization) Schema

type DataSourceOrganizationModel

type DataSourceOrganizationModel struct {
	Name         types.String `tfsdk:"name"`
	ResourceName types.String `tfsdk:"resource_name"`
	ResourceID   types.String `tfsdk:"resource_id"`
}

type DataSourceProject

type DataSourceProject struct {
	// contains filtered or unexported fields
}

func (*DataSourceProject) Configure

func (*DataSourceProject) Metadata

func (*DataSourceProject) Read

func (*DataSourceProject) Schema

type DataSourceProjectModel

type DataSourceProjectModel struct {
	Project      types.String `tfsdk:"project"`
	Name         types.String `tfsdk:"name"`
	Description  types.String `tfsdk:"description"`
	ResourceName types.String `tfsdk:"resource_name"`
	ResourceID   types.String `tfsdk:"resource_id"`
}

type Project

type Project struct {
	ResourceID   types.String `tfsdk:"resource_id"`
	ResourceName types.String `tfsdk:"resource_name"`
	Name         types.String `tfsdk:"name"`
	Description  types.String `tfsdk:"description"`
}

Jump to

Keyboard shortcuts

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