You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
Hi @Anil-CM , as we've discussed the limit of the max count is 1000 not 100.
Sean Thornton
1000 is the limit
The text was updated successfully, but these errors were encountered: