Versions in this module Expand all Collapse all v2 v2.0.2 Mar 23, 2026 v2.0.1 Mar 23, 2026 Changes in this version + const ApiKey + type InitializationSettings struct + InputVars []string + SpaceIdOutputVar string + type MysqlContainer struct + type OctopusContainer struct + URI string + type OctopusContainerTest struct + CustomEnvironment map[string]string + func (o *OctopusContainerTest) Act(t *testing.T, container *OctopusContainer, terraformBaseDir string, ...) (string, error) + func (o *OctopusContainerTest) ActWithCustomPrePopulatedSpace(t *testing.T, container *OctopusContainer, initialiseModuleDir string, ...) (string, error) + func (o *OctopusContainerTest) ActWithCustomSpace(t *testing.T, container *OctopusContainer, initialiseModuleDir string, ...) (string, error) + func (o *OctopusContainerTest) AddCustomEnvironment(input map[string]string) map[string]string + func (o *OctopusContainerTest) ArrangeContainer() (*OctopusContainer, *client.Client, *MysqlContainer, testcontainers.Network, ...) + func (o *OctopusContainerTest) ArrangeTest(t *testing.T, ...) + func (o *OctopusContainerTest) CleanUp(ctx context.Context, octoContainer *OctopusContainer, ...) error + func (o *OctopusContainerTest) GetOutputVariable(t *testing.T, terraformDir string, outputVar string) (string, error) + func (o *OctopusContainerTest) InitialiseOctopus(t *testing.T, container *OctopusContainer, terraformInitModuleDir string, ...) error + func (o *OctopusContainerTest) ShowState(t *testing.T, terraformDir string) error + func (o *OctopusContainerTest) TerraformApply(t *testing.T, terraformProjectDir string, server string, spaceId string, ...) error + func (o *OctopusContainerTest) TerraformInit(t *testing.T, terraformProjectDir string) error + func (o *OctopusContainerTest) TerraformInitAndApply(t *testing.T, container *OctopusContainer, terraformProjectDir string, ...) error + type TestLogConsumer struct + func (g *TestLogConsumer) Accept(l testcontainers.Log) Other modules containing this package github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework