route_table_association

package
v0.1.42 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

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