Documentation ¶
Index ¶
- Constants
- Variables
- func CheckCrn(value string) error
- func ConcatExternalProviders(providerMaps ...map[string]resource.ExternalProvider) map[string]resource.ExternalProvider
- func GetCdpClientForAccTest() *cdp.Client
- func PreCheck(t *testing.T)
- func RandomShortWithPrefix(name string) string
- func TestAccAwsProviderConfig() string
- func TestAccCdpProviderConfig() string
Constants ¶
View Source
const (
ResourcePrefix = "tf-acc-test"
)
Variables ¶
View Source
var ( AwsExternalProvider = map[string]resource.ExternalProvider{ "aws": { Source: "hashicorp/aws", VersionConstraint: "~> 5.0", }, } HttpExternalProvider = map[string]resource.ExternalProvider{ "http": { Source: "hashicorp/http", VersionConstraint: "~> 3.4", }, } )
View Source
var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "cdp": providerserver.NewProtocol6WithError(provider.New("test")()), }
Functions ¶
func ConcatExternalProviders ¶
func ConcatExternalProviders(providerMaps ...map[string]resource.ExternalProvider) map[string]resource.ExternalProvider
func GetCdpClientForAccTest ¶
func RandomShortWithPrefix ¶ added in v0.5.9
func TestAccAwsProviderConfig ¶
func TestAccAwsProviderConfig() string
func TestAccCdpProviderConfig ¶
func TestAccCdpProviderConfig() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.