Terraform 1&1 provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
Mozilla Public License 2.0
5
stars
11
forks
source link
oneandone_server resource not recreated on image change #8
Closed
arminbuerkle closed 7 years ago
Terraform Version
Terraform v0.10.2
Affected Resource(s)
Expected Behavior
VM should be destroyed and recreated with the new image.
Actual Behavior
terraform.tfstate
file is updated but the remote resource hasn't changed.Steps to Reproduce
oneandone_server
with any image. I used a "debian8-64min".terraform plan
will output it as a change but doesn't want to recreate the resourceterraform apply
will succeed and update the.tfstate
fileterraform plan
will output 'No changes'.