Onboard Load Balancer (part 4: acc tests, examples and documentation) (#117)
* Implement acceptance test * Add resource and data source to the provider * Add examples and markdown description * Generate docs * Adjustments after review * Move load balancer supporting infrastructure from resource config to example
This commit is contained in:
parent
b804dc789e
commit
7188e13e92
9 changed files with 831 additions and 0 deletions
|
|
@ -50,6 +50,13 @@ var (
|
|||
ResourceManagerCustomEndpoint = os.Getenv("TF_ACC_RESOURCEMANAGER_CUSTOM_ENDPOINT")
|
||||
SecretsManagerCustomEndpoint = os.Getenv("TF_ACC_SECRETSMANAGER_CUSTOM_ENDPOINT")
|
||||
SKECustomEndpoint = os.Getenv("TF_ACC_SKE_CUSTOM_ENDPOINT")
|
||||
|
||||
// OpenStack user domain name
|
||||
OSUserDomainName = os.Getenv("TF_ACC_OS_USER_DOMAIN_NAME")
|
||||
// OpenStack user name
|
||||
OSUserName = os.Getenv("TF_ACC_OS_USER_NAME")
|
||||
// OpenStack password
|
||||
OSPassword = os.Getenv("TF_ACC_OS_PASSWORD")
|
||||
)
|
||||
|
||||
// Provider config helper functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue