Terraform Plan and Apply see change but no change was made

I have been working on getting CircleCI enterprise deployed using


but I am running into odd issue where Terraform wants to…
# aws_instance.services must be replaced
even with no changes. How can i tell what is triggering this change?

I haven’t used the repo you’re referring to and you’re not providing any more detail so can only give general Terraform debugging advice.

Terraform typically starts a changed line with one of + - or ~

  • + means that an element was added
  • - means that an element was removed
  • ~ means that an element was updated in place