vpc

package
v0.103.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVPCDatasource

func NewVPCDatasource() datasource.DataSource

NewVPCDatasource is a helper function to simplify the provider implementation.

func NewVPCResource

func NewVPCResource() resource.Resource

NewVPCResource is a helper function to simplify the provider implementation.

Types

type DatasourceModel

type DatasourceModel struct {
	Model
	Timeouts timeouts.Value `tfsdk:"timeouts"`
}

type Model

type Model struct {
	Id        types.String `tfsdk:"id"` // needed by TF
	ProjectId types.String `tfsdk:"project_id"`
	VpcId     types.String `tfsdk:"vpc_id"`

	Description types.String `tfsdk:"description"`
	Labels      types.Map    `tfsdk:"labels"`
	Name        types.String `tfsdk:"name"`
}

type ResourceModel

type ResourceModel struct {
	Model
	Timeouts timeouts.Value `tfsdk:"timeouts"`
}

Jump to

Keyboard shortcuts

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