Terraform | Episode 40 | Terraform file provisioner | Understanding file provisioner in Terraform

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

Hello,

In this session, we will look at the file provisioner. File provisioner can be used when we want to copy a file or a collection of files to the resource created by Terraform. When using the file provisioner, we will also need to provide the connection block which will contain the connection setting which Terraform will use to connect to the new resource to copy the files to the remote resource.

Happy learning!!
Рекомендации по теме
Комментарии
Автор

Instead of /home/ubuntu, if I want to create a new directory and to copy the files in that newly created directory, what should I do? 0:01

santhoshkumarsg