vpcroutingtable

package
v0.104.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVpcRoutingTableDatasource

func NewVpcRoutingTableDatasource() datasource.DataSource

NewVpcRoutingTableDatasource is a helper function to simplify the provider implementation.

func NewVpcRoutingTableResource

func NewVpcRoutingTableResource() resource.Resource

NewVpcRoutingTableResource is a helper function to simplify the provider implementation.

Types

type Model

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

	Name          types.String `tfsdk:"name"`
	Description   types.String `tfsdk:"description"`
	Labels        types.Map    `tfsdk:"labels"`
	DynamicRoutes types.Bool   `tfsdk:"dynamic_routes"`
	SystemRoutes  types.Bool   `tfsdk:"system_routes"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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