- 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.
推薦閱讀
- Angular UI Development with PrimeNG
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應(yīng)用(微課版·第5版)
- Android Development with Kotlin
- Java技術(shù)手冊(cè)(原書第7版)
- C#程序設(shè)計(jì)教程
- Hands-On JavaScript High Performance
- 精通API架構(gòu):設(shè)計(jì)、運(yùn)維與演進(jìn)
- WordPress 4.0 Site Blueprints(Second Edition)
- Java語言程序設(shè)計(jì)教程
- Kubernetes源碼剖析
- Creating Data Stories with Tableau Public
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- Scratch編程入門與算法進(jìn)階(第2版)
- 快速搞定Spring Boot+Vue全棧開發(fā)
- ServiceStack 4 Cookbook