Documentation
¶
Index ¶
Constants ¶
View Source
const AwsResourceName = "aws_route_table_association"
View Source
const AzureResourceName = "azurerm_subnet_route_table_association"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsRouteTableAssociation ¶
type AwsRouteTableAssociation struct {
*common.AwsResource `hcl:",squash" default:"name=aws_route_table_association"`
SubnetId string `hcl:"subnet_id,expr"`
RouteTableId string `hcl:"route_table_id,expr"`
}
type AzureRouteTableAssociation ¶
type AzureRouteTableAssociation struct {
*common.AzResource `hcl:",squash" default:"name=azurerm_subnet_route_table_association"`
SubnetId string `hcl:"subnet_id,expr"`
RouteTableId string `hcl:"route_table_id,expr"`
}
Click to show internal directories.
Click to hide internal directories.