common

package
v0.0.0-...-1189a69 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAWSConfig

func GetAWSConfig(t *testing.T) (cfg aws.Config)

func TestComplete

func TestComplete(t *testing.T, ctx types.TestContext)

Types

type Alias

type Alias struct {
}

type Records

type Records struct {
	Alias   Alias    `json:"alias"`
	Name    string   `json:"name"`
	Records []string `json:"records"`
	TTL     int64    `json:"ttl"`
	Type    string   `json:"type"`
}

type ThisTFModuleConfig

type ThisTFModuleConfig struct {
	types.GenericTFModuleConfig
	Vpc_id        string    `json:"vpc_id"`
	Zone_name     string    `json:"zone_name"`
	Comment       string    `json:"comment"`
	Force_destroy bool      `json:"force_destroy"`
	Records       []Records `json:"records"`
}

Jump to

Keyboard shortcuts

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