How to use Null Provider

Hello,

  1. I am trying to use NULL provider with cdktf in TS but finding enough sources. Do we have any example of using Null provider with cdktf in typescript ?

  2. What is difference between provisinior local_exec and remote_exec ?

  1. There’s a simple example here.
  2. Take a look here for more information, but basically local_exec runs on the machine that cdktf (Terraform) is ran on while remote_exec runs on a remote server.

Hi Vishalailani,

I saw your question here about the null_provider. I am wondering if you have some more information about this provider, because it looks like you have experience with it. I will be very happy if you would like to share some experience about this provider. Thank you in advance.