Ignoring unwanted Terraform provider attribute changes
The Problem!
I’ve ocassionally found Terraform providers that take an attribute and manipulate it in a way that.. isn’t favourable.
This means that, following runs see a change in the attribute (compared) to the attribute passed and want to modify it.
For example!…
The Docker Terraform provider (by kreuzwerker :D https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs) manipulates the “image” attribute to the SHA digest of the image…
This means, that if I create:
resource "docker...
Read more at blog.mattsbit.co.uk