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 ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.