In Terraform 0.12, how to skip creation of resource, if resource name already exists?
In Terraform, you’re required to decide explicitly what system is responsible for the management of a particular object, and conversely which systems are just consuming an existing object. There is no way to make that decision dynamically, because that would make the result non-deterministic and — for objects managed by Terraform — make it unclear … Read more