%title: Terraform
%author: Hubetr
# Terraform : modules - introduction
* problem de null_resource > impossible de gérer la dépendance
* utilisation de l'option target
```
terraform apply -target=module.docker
terraform apply -target=module.postgres
```