Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| eadl:bloc4:fm2:terraform-intro [2026/04/26 00:50] – [5. Déclarer une ressource] jcheron | eadl:bloc4:fm2:terraform-intro [2026/05/04 01:44] (Version actuelle) – [12. Modules (introduction)] jcheron | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ====== |
| ===== Objectifs ===== | ===== Objectifs ===== | ||
| Ligne 74: | Ligne 74: | ||
| Question : | Question : | ||
| - | * Quel est l’intérêt | + | * Une suite de commandes permet |
| </ | </ | ||
| Ligne 165: | Ligne 165: | ||
| Fichier : main.tf | Fichier : main.tf | ||
| - | < | + | < |
| image = " | image = " | ||
| </ | </ | ||
| Ligne 187: | Ligne 187: | ||
| Remettre : | Remettre : | ||
| - | Fichier : main.tf | + | Fichier : '' |
| - | < | + | < |
| image = " | image = " | ||
| </ | </ | ||
| Ligne 234: | Ligne 234: | ||
| Ajouter un port : | Ajouter un port : | ||
| - | Fichier : main.tf | + | Fichier : '' |
| - | < | + | < |
| ports { | ports { | ||
| internal = 80 | internal = 80 | ||
| Ligne 260: | Ligne 260: | ||
| * module " | * module " | ||
| - | <WRAP round help> | + | <WRAP round question> |
| Question : | Question : | ||