huaweicloud / terraform-provider-hcs

Huawei Cloud Stack Terraform provider
https://registry.terraform.io/providers/huaweicloud/hcs/latest/docs
Mozilla Public License 2.0
14 stars 7 forks source link

Document need to be updated #3

Closed iskey closed 9 months ago

iskey commented 10 months ago

Configurations in the document on the terraform is not correct, which is:

terraform {
  required_providers {
    huaweicloudstack = {
      source  = "huaweicloudstack/huaweicloudstack"
      version = "~> 2.3.0"
    }
  }
}

should be:

terraform {
  required_providers {
    hcs = {
      source  = "huaweicloud/hcs"
      version = "~> 2.3.0"
    }
  }
}
iskey commented 4 months ago

terraform