Documentation
¶
Index ¶
- func GenerateUniqueResourceName(prefix string) string
- func SetupModuleTerraformOptions(t *testing.T, moduleDir string, vars map[string]interface{}) *terraform.Options
- func SetupTargetTerraformOptions(t *testing.T, moduleName, targetName string, vars map[string]interface{}) *terraform.Options
- func SetupTerraformOptions(t *testing.T, examplePath string, vars map[string]interface{}) *terraform.Options
- func WaitForResourceDeletion(t *testing.T, duration time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateUniqueResourceName ¶
GenerateUniqueResourceName creates a unique resource name with a prefix and timestamp
func SetupModuleTerraformOptions ¶
func SetupModuleTerraformOptions(t *testing.T, moduleDir string, vars map[string]interface{}) *terraform.Options
SetupModuleTerraformOptions configures Terraform options for testing a module directly with an isolated provider cache.
func SetupTargetTerraformOptions ¶
func SetupTargetTerraformOptions(t *testing.T, moduleName, targetName string, vars map[string]interface{}) *terraform.Options
SetupTargetTerraformOptions configures Terraform options for unit tests that use target directories
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.