2023-07-04 19:02:30 +02:00

18 lines
271 B
Markdown

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