Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document need to be updated #3

Closed
iskey opened this issue Sep 11, 2023 · 1 comment
Closed

Document need to be updated #3

iskey opened this issue Sep 11, 2023 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@iskey
Copy link
Member

iskey commented Sep 11, 2023

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 iskey added invalid This doesn't seem right bug Something isn't working labels Sep 11, 2023
@iskey iskey closed this as completed Sep 27, 2023
@iskey
Copy link
Member Author

iskey commented Feb 18, 2024

terraform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant