Please check this problem.
I'm upgrading from terraform-provider-ibm 0.8.0 to 0.10.0
I'm not sure whether it's correct or not and i have no idea how to test it.
This test could be done normally, but i found it would show all 0 weight in softlayer' portal site.
I didn't specify weight because it's optional filed.
As my thought, it should take average. (maybe i get wrong)
I also test that the weight would still be 0 with only 1 vm instance.
In my application, i can't use count.index because the resource name seems could not been iterable.
Do i need specify the weight by my own or any suggestions?
Or it's just be fine?
Hi there,
Please check this problem. I'm upgrading from terraform-provider-ibm 0.8.0 to 0.10.0 I'm not sure whether it's correct or not and i have no idea how to test it.
Terraform Version
terraform 0.11.7 terraform-provider-ibm 0.10.0
Affected Resource(s)
main.tf
terraform.tfvar
Expected Behavior
This test could be done normally, but i found it would show all 0 weight in softlayer' portal site. I didn't specify weight because it's optional filed. As my thought, it should take average. (maybe i get wrong) I also test that the weight would still be 0 with only 1 vm instance.
In my application, i can't use count.index because the resource name seems could not been iterable. Do i need specify the weight by my own or any suggestions? Or it's just be fine?
Steps to Reproduce
terraform init terraform plan