I am adding routes using modules. After every “terraform apply”, it asks to apply the same changes. I click yes, however it asks again after every “terraform plan/apply” to re-apply the same changes.
could you try with the latest Terraform? v0.12.17 as of today and the latest AWS provider.
you could go through the CHANGELOG of each to see if anything specific to your problem was there.
Can you include the code of the module you’re importing? I’ve had a similar issue in the past when I combine creating a security group and adding rules within the same resource.
@bentterp
I should have been more descriptive in saying that was a learning point for me a while back. What I meant was he may be attempting to do something similar and that’s causing his issue. I create all my rules separate from the group.