Documentation ¶
Index ¶
- Variables
- func ArgusProviderConfig() string
- func DnsProviderConfig() string
- func LogMeProviderConfig() string
- func MariaDBProviderConfig() string
- func OpenSearchProviderConfig() string
- func PostgreSQLProviderConfig() string
- func PostgresFlexProviderConfig() string
- func RabbitMQProviderConfig() string
- func RedisProviderConfig() string
- func ResourceManagerProviderConfig() string
- func ResourceNameWithDateTime(name string) string
- func SKEProviderConfig() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TestAccProtoV6ProviderFactories is 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. TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ "stackit": providerserver.NewProtocol6WithError(stackit.New("test-version")()), } // ProjectId is the id of project used for tests ProjectId = os.Getenv("TF_ACC_PROJECT_ID") // TestProjectParentContainerID is the container id of the organization under which projects are created as part of the resource-manager acceptance tests TestProjectParentContainerID = os.Getenv("TF_ACC_TEST_PROJECT_PARENT_CONTAINER_ID") // TestProjectServiceAccountEmail is the e-mail of a service account with admin permissions on the organization under which projects are created as part of the resource-manager acceptance tests TestProjectServiceAccountEmail = os.Getenv("TF_ACC_TEST_PROJECT_SERVICE_ACCOUNT_EMAIL") ArgusCustomEndpoint = os.Getenv("TF_ACC_ARGUS_CUSTOM_ENDPOINT") DnsCustomEndpoint = os.Getenv("TF_ACC_DNS_CUSTOM_ENDPOINT") LogMeCustomEndpoint = os.Getenv("TF_ACC_LOGME_CUSTOM_ENDPOINT") MariaDBCustomEndpoint = os.Getenv("TF_ACC_MARIADB_CUSTOM_ENDPOINT") OpenSearchCustomEndpoint = os.Getenv("TF_ACC_OPENSEARCH_CUSTOM_ENDPOINT") PostgreSQLCustomEndpoint = os.Getenv("TF_ACC_POSTGRESQL_CUSTOM_ENDPOINT") PostgresFlexCustomEndpoint = os.Getenv("TF_ACC_POSTGRESFLEX_CUSTOM_ENDPOINT") RabbitMQCustomEndpoint = os.Getenv("TF_ACC_RABBITMQ_CUSTOM_ENDPOINT") RedisCustomEndpoint = os.Getenv("TF_ACC_REDIS_CUSTOM_ENDPOINT") ResourceManagerCustomEndpoint = os.Getenv("TF_ACC_RESOURCEMANAGER_CUSTOM_ENDPOINT") SKECustomEndpoint = os.Getenv("TF_ACC_SKE_CUSTOM_ENDPOINT") )
Functions ¶
func ArgusProviderConfig ¶
func ArgusProviderConfig() string
func DnsProviderConfig ¶
func DnsProviderConfig() string
func LogMeProviderConfig ¶
func LogMeProviderConfig() string
func MariaDBProviderConfig ¶
func MariaDBProviderConfig() string
func OpenSearchProviderConfig ¶
func OpenSearchProviderConfig() string
func PostgreSQLProviderConfig ¶
func PostgreSQLProviderConfig() string
func PostgresFlexProviderConfig ¶
func PostgresFlexProviderConfig() string
func RabbitMQProviderConfig ¶
func RabbitMQProviderConfig() string
func RedisProviderConfig ¶
func RedisProviderConfig() string
func ResourceManagerProviderConfig ¶
func ResourceManagerProviderConfig() string
func SKEProviderConfig ¶
func SKEProviderConfig() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.