Terraform | Using remote-exec provisioner with null_resource block | null_resource with remote exec.

preview_player
Показать описание
====================================================================
====================================================================

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!!
Рекомендации по теме