A reason to stop using the Terraform null_resource

<p>The Terraform&nbsp;<code>null_resource</code>&nbsp;was introduced in 2014 and, according to Hashicorp&sup1;, it is the 3rd most-downloaded provider in the Terraform Registry.</p> <p>This resource is widely used because it acts as an empty container or resource shell. Inside this container, users can define and execute arbitrary code or scripts without being tied to a specific resource lifecycle.</p> <p>One particular use case for the&nbsp;<code>null_resource</code>&nbsp;in Terraform is to trigger external processes or perform actions that are not directly related to any particular infrastructure resource, such as running a custom script or executing a remote command on a server.</p> <p><a href="https://medium.com/@thiagoalves/a-reason-to-stop-using-the-terraform-null-resource-51180b2339"><strong>Read More</strong></a></p>