- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 90字
- 2021-07-15 17:06:38
Dependency resolution
It is important to be able not just to define 2 app servers, 1 DB server, and 2 security groups, but to also point them to each other using lookup mechanism. Especially when creating a complete environment from scratch, you want to ensure the correct order of creation to achieve the flawless bootstrap of each component.
Here, and further in the book, the term environment will mean a complete set of resources that an infrastructure consists of. It includes a network setup, all servers, and all related resources.
推薦閱讀
- HTML5+CSS3王者歸來
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- Java范例大全
- Learning Apex Programming
- 算法訓(xùn)練營:入門篇(全彩版)
- Mastering QGIS
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Git高手之路
- Reactive Programming With Java 9
- Python數(shù)據(jù)挖掘與機器學(xué)習(xí)實戰(zhàn)
- Python深度學(xué)習(xí):基于TensorFlow
- ANSYS Fluent 二次開發(fā)指南
- Extending Puppet(Second Edition)
- Python機器學(xué)習(xí)算法: 原理、實現(xiàn)與案例