I've been experimenting with applying changes to individual instances in Terraform a'la:
$ ~/bin/terraform plan -module-depth=2 -target=module.services.google_compute_instance.frontend_production_instances.3 -out increase.plan
There are warnings and/or errors related to your configuration. Please
fix these before continuing.
Errors:
* Unexpected value for InstanceType field: "3"
The goal would be to implement a rolling update/reprovision for certain types of changes (e.g. changing machine size).
Is that something that you guys are planning or, or possibly would accept patches for?
I've been experimenting with applying changes to individual instances in Terraform a'la:
The goal would be to implement a rolling update/reprovision for certain types of changes (e.g. changing machine size).
Is that something that you guys are planning or, or possibly would accept patches for?