data "aws_acm_certificate" "ssl_cert" {
id = "2020-09-16 00:29:17.946761419 +0000 UTC" -> "2020-09-16 00:29:19.379260392 +0000 UTC"
}
When I run terraform apply
and there are no changes, the script continues on, but with this id
changing every time, I get prompted. I also don’t want to -auto-approve
every time as I’m running this in a CI/CD pipeline.