project

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(p common.Provider) func() resource.Resource

New returns a new configured resource

Types

type Project

type Project struct {
	ID                  types.String `tfsdk:"id"`
	Name                types.String `tfsdk:"name"`
	BillingRef          types.String `tfsdk:"billing_ref"`
	Owner               types.String `tfsdk:"owner"`
	EnableKubernetes    types.Bool   `tfsdk:"enable_kubernetes"`
	EnableObjectStorage types.Bool   `tfsdk:"enable_object_storage"`
}

Project is the schema model

type Resource

type Resource struct {
	Provider common.Provider
}

Resource is the exported resource

func (Resource) Create

Create - lifecycle function

func (Resource) Delete

Delete - lifecycle function

func (Resource) GetSchema

func (r Resource) GetSchema(_ context.Context) (tfsdk.Schema, diag.Diagnostics)

GetSchema returns the terraform schema structure

func (Resource) Metadata

Metadata returns data resource metadata

func (Resource) Read

Read - lifecycle function

func (Resource) Update

Update - lifecycle function

Jump to

Keyboard shortcuts

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