huaweicloud / terraform-provider-huaweicloudstack

Terraform provider for HuaweiCloudStack
https://www.terraform.io/docs/providers/huaweicloudstack/
Mozilla Public License 2.0
7 stars 10 forks source link

Add custom endpoints parameter in the provider #19

Closed ShiChangkuo closed 4 years ago

ShiChangkuo commented 4 years ago

The custom endpoints parameter in key/value pairs, which used to override the default endpoint URL constructed from the region. The available keys include as, ecs, evs, ims, vpc, kms.

The format as follows:

endpoints = {
    ecs = "https://ecs-api.example.com"
}