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

Instance Group/AutoScale Max count should be 1000 not 100 #1889

Closed
syyang-in-cloud opened this issue Sep 17, 2020 · 3 comments
Closed

Instance Group/AutoScale Max count should be 1000 not 100 #1889

syyang-in-cloud opened this issue Sep 17, 2020 · 3 comments

Comments

@syyang-in-cloud
Copy link
Member

Hi @Anil-CM , as we've discussed the limit of the max count is 1000 not 100.

Error: expected instance_count to be in the range (0 - 100), got 500
  on main.tf line 143, in resource "ibm_is_instance_group" "instance_group":
 143: resource "ibm_is_instance_group" "instance_group" {
root@af997905ad1c:/system-tf-base/test/system/autoscale/cpu#
Error: expected max_membership_count to be in the range (1 - 100), got 1000
  on main.tf line 150, in resource "ibm_is_instance_group_manager" "instance_group_manager":
 150: resource "ibm_is_instance_group_manager" "instance_group_manager" {

Sean Thornton
1000 is the limit

@syyang-in-cloud syyang-in-cloud changed the title AutoScale Max count should be 1000 not 100 Instance Group/AutoScale Max count should be 1000 not 100 Sep 17, 2020
@Anil-CM
Copy link
Contributor

Anil-CM commented Sep 17, 2020

Hi @syyang-in-cloud,

As per the API DOCs of VPC SDK. The maximum number of instances in the instance group should be 1 < count < 100.

https://cloud.ibm.com/apidocs/vpc#create-instance-group

@syyang-in-cloud
Copy link
Member Author

syyang-in-cloud commented Sep 17, 2020

Hi @syyang-in-cloud,

As per the API DOCs of VPC SDK. The maximum number of instances in the instance group should be 1 < count < 100.

https://cloud.ibm.com/apidocs/vpc#create-instance-group

Hi @Anil-CM , this document is incorrect, and it's not matching with the actual implementation. I raised the issue to Sean T that we need to change both document and provider.

The affected resources from what I can see are:

ibm_is_instance_group
ibm_is_instance_group_manager

@hkantare
Copy link
Collaborator

hkantare commented Oct 7, 2020

@hkantare hkantare closed this as completed Oct 7, 2020
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

3 participants