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
When you increase count value, new instances are not provisioned. When decreasing the value, you get an error. The cause of the error is Ansible provisioning.
The text was updated successfully, but these errors were encountered:
Artemmkin
changed the title
Error when decreasing count value
Provisioning doesn't work when changing count value
Apr 19, 2017
The cause of the problem is probably ec2.py, which is not the best way to provision in the first place. Problems with this approach:
We can work only with AWS, but not other cloud providers
It's based on the information fetched from AWS and not on the state file
We need to find a way to base inventory file on the state created by terraform. At the same time, we need to be able to use remote state. This script seems to fit the bill
When you increase count value, new instances are not provisioned. When decreasing the value, you get an error. The cause of the error is Ansible provisioning.
The text was updated successfully, but these errors were encountered: