package
0.8.4
Repository: https://github.com/r3labs/terraform.git
Documentation: pkg.go.dev

# Functions

RandInt generates a random integer.
RandString generates a random alphanumeric string of the length specified.
RandStringFromCharSet generates a random string by selecting characters from the charset provided.
RemoteTestPrecheck is meant to be run by any unit test that requires outbound internet connectivity.

# Constants

CharSetAlpha is the alphabetical character set for use with RandStringFromCharSet.
CharSetAlphaNum is the alphanumeric character set for use with RandStringFromCharSet.
SkipRemoteTestsEnvVar is an environment variable that can be set by a user running the tests in an environment with limited network connectivity.