Skip to content

unable to create multiple data disks during instance creation #16

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

Closed
lubars opened this issue Mar 12, 2019 · 2 comments
Closed

unable to create multiple data disks during instance creation #16

lubars opened this issue Mar 12, 2019 · 2 comments

Comments

@lubars
Copy link

lubars commented Mar 12, 2019

Because of problems with resource tencentcloud_cbs_storage (see issue #2), I tried instead using an array of data disks, and got the following error:

* tencentcloud_instance.default: tencentcloud_instance currently only one data disk is supported during instance creation

In the Tencent console however, I am able to create up to eight data disks during instance creation.

Example:

resource "tencentcloud_instance" "default" {
. . .
  data_disks = [
    {
      data_disk_type = "CLOUD_BASIC""
      data_disk_size = "60"
    },
    {
      data_disk_type = "CLOUD_BASIC""
      data_disk_size = "60"
    }
  ]
. . .
}
@zqfan
Copy link
Contributor

zqfan commented Mar 14, 2019

the data disk count limit has been upgrade from 1 to 10 and will be available in next release

@zqfan
Copy link
Contributor

zqfan commented Apr 8, 2019

fixed by hashicorp@8dfde34

@zqfan zqfan closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants