How to conditionally use import statement in terraform?
I have a terraform import file which imports a ACM certificate to the statefile. I have to use this file across environments. Problem is I also upload a certificate to ACM, therefore when I want to upload certificate, I don’t want to execute the import block.