null_resource (terraform)

Introduction

If you need to run provisioners that aren't directly associated with a specific resource, you can associate them with a null_resource.

Instances of null_resource are treated like normal resources, but they don't do anything.

Important: Use provisioners as a last resort. There are better alternatives for most situations. 

Example

TBD duplicates