Documentation ¶
Index ¶
Constants ¶
View Source
const ( AwsUser string = "aws_user" AwsAccessKey string = "aws_access_key" AwsVpc string = "aws_vpc" AwsSubnet string = "aws_subnet" AwsRoute string = "aws_route" AwsInternetGateway string = "aws_igw" AwsNatGateway string = "aws_nat" AwsAZs string = "aws_availability_zones" UnknownType string = "unknown_type" AwsProviderType string = "aws" UnsupportedProviderType string = "unsupported_type" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsProvider ¶
type LuaInterpreter ¶
type LuaInterpreter struct {
// contains filtered or unexported fields
}
func NewAwsModule ¶
func NewAwsModule(awsProvider AwsProvider) *LuaInterpreter
type TwtInterpreter ¶
type TwtInterpreter struct {
// contains filtered or unexported fields
}
func NewTwtModule ¶
func NewTwtModule(twtProvider TwtProvider) *TwtInterpreter
Click to show internal directories.
Click to hide internal directories.