common

package
v0.0.0-...-563259b Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2025 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 GetPolicy

func GetPolicy(t *testing.T, c *iam.Client, policyArn string) *iam.GetPolicyOutput

func TestIamPolicy

func TestIamPolicy(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