Documentation ¶
Index ¶
Constants ¶
View Source
const AwsResourceName = "aws_route_table"
View Source
const AzureResourceName = "azurerm_route_table"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsDefaultRouteTable ¶
type AwsDefaultRouteTable struct { *common.AwsResource `hcl:",squash"` DefaultRouteTableId string `hcl:"default_route_table_id,expr"` Routes []AwsRouteTableRoute `hcl:"route,blocks"` }
type AwsRouteTable ¶
type AwsRouteTable struct { *common.AwsResource `hcl:",squash" default:"name=aws_route_table"` VpcId string `hcl:"vpc_id,expr"` Routes []AwsRouteTableRoute `hcl:"route,blocks"` }
type AwsRouteTableRoute ¶
type AzureRouteTable ¶
type AzureRouteTable struct { *common.AzResource `hcl:",squash" default:"name=azurerm_route_table"` Routes []AzureRouteTableRoute `hcl:"route,blocks"` }
type AzureRouteTableAssociation ¶
type AzureRouteTableAssociation struct { *common.AzResource `hcl:",squash"` RouteTableId string `hcl:"route_table_id,expr"` SubnetId string `hcl:"subnet_id,expr"` }
type AzureRouteTableRoute ¶
Click to show internal directories.
Click to hide internal directories.