Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "clumio": providerserver.NewProtocol6WithError(New()), }
ProviderFactories are used to instantiate a provider during acceptance testing. The factory function will be invoked for every Terraform CLI command executed to create a provider server to which the CLI can reattach.
Functions ¶
func SkipIfSSONotConfigured ¶ added in v0.6.0
SkipIfSSONotConfigured determines if the test step needs to be skipped due to SSO not being configured. It returns true if the environment variable IS_SSO_CONFIGURED is set to false.
func UtilTestAccPreCheckClumio ¶
UtilTestAccPreCheckClumio validates that the required environment variables are set before the acceptance test is executed.
func UtilTestAwsManualConnectionPreCheckClumio ¶ added in v0.5.4
UtilTestAwsManualConnectionPreCheckClumio validates that the required environment variables are set before the acceptance test is executed for aws manual connections.
func UtilTestFailIfEmpty ¶
UtilTestFailIfEmpty verifies that an environment variable is non-empty or fails the test.
For acceptance tests, this function must be used outside PreCheck functions to set values for configurations.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
This file holds the resource implementation for the clumio_aws_manual_connection_resources Terraform resource.
|
This file holds the resource implementation for the clumio_aws_manual_connection_resources Terraform resource. |