I came across this today,
It looks like this is a well-known issue, it is detailed here:
hashicorp/terraform-provider-aws#770
If I have EBS volumes with tags which are specified as attached to the instances then the tags get clobbered in a circular fashion.
There is a current workaround mentioned in the above thread but this for the moment means the correct tagging of EBS volumes attached to instances generated by this module is not possible as it will change alternately on each Apply.
I came across this today,
It looks like this is a well-known issue, it is detailed here:
hashicorp/terraform-provider-aws#770
If I have EBS volumes with tags which are specified as attached to the instances then the tags get clobbered in a circular fashion.
There is a current workaround mentioned in the above thread but this for the moment means the correct tagging of EBS volumes attached to instances generated by this module is not possible as it will change alternately on each Apply.