tests

package
v0.0.0-...-5957262 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContainerName = os.Getenv("CONTAINER_NAME")

ContainerName - The Container Name

View Source
var ResourceGroupName = os.Getenv("RESOURCE_GROUP_NAME")

ResourceGroupName - The Resource Group Name

View Source
var StorageAccount = os.Getenv("STORAGE_ACCOUNT_NAME")

StorageAccount - The Storage Account Name

View Source
var StorageTFOptions = &terraform.Options{
	TerraformDir: "../../",
	Vars: map[string]interface{}{
		"resource_group_name": ResourceGroupName,
		"name":                StorageAccount,
		"container_names": []interface{}{
			ContainerName,
		},
	},
}

StorageTFOptions common terraform options used for unit and integration testing

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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