Terraform Using remoteexec provisioner with nullresource block nullresource with remote exec
#############################
Video Source: www.youtube.com/watch?v=-AgFzPvyzzE
==================================================================== • Subscribe : / @dgruploads • ==================================================================== • Hello, • In this session, we will look at how we can use the remote-exec provisioner inside the null_resource block. Whenever we have to take some actions on the remote resources like running some additional commands or running some additional scripts, we can. do that using the null_resource block. null_resource block will not create any resources but will follow the resource lifecycle and take some actions on the existing resources that are already provisioned by Terraform. • Happy learning!!
#############################