config

package
v0.0.0-...-41d7134 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestConfig

type TestConfig struct {
	NoCleanupOnFailure bool
	ECSClusterARNs     []string    `json:"ecs_cluster_arns"`
	LaunchType         string      `json:"launch_type"`
	PrivateSubnets     interface{} `json:"private_subnets"`
	PublicSubnets      interface{} `json:"public_subnets"`
	Suffix             string
	Region             string   `json:"region"`
	VpcID              string   `json:"vpc_id"`
	RouteTableIDs      []string `json:"route_table_ids"`
	LogGroupName       string   `json:"log_group_name"`
	Tags               interface{}
	ClientServiceName  string
	ServerServiceName  string
	ConsulVersion      string `json:"consul_version"`
}

TestConfig holds configuration for the test suite.

func (TestConfig) ConsulImageURI

func (t TestConfig) ConsulImageURI(enterprise bool) string

ConsulImageURI returns the Consul image URI for the configured consul version.

func (TestConfig) TFVars

func (t TestConfig) TFVars(ignoreVars ...string) map[string]interface{}

Jump to

Keyboard shortcuts

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