- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 77字
- 2021-07-15 17:06:38
Idempotency
The same as with a single-server configuration, reapplying an infrastructure template should not do the job twice. If you have a template defining 50 different resources, from EC2 instances to S3 buckets, then you do not want to duplicate or recreate all of them every time you apply the template. You want only missing parts to be created, existing ones to be in the desired state, and the ones which have become obsolete to be destroyed.
推薦閱讀
- Java程序設計與開發
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- WebAssembly實戰
- Web Scraping with Python
- R語言游戲數據分析與挖掘
- OpenNI Cookbook
- VMware vSphere 6.7虛擬化架構實戰指南
- Visual C++應用開發
- Oracle JDeveloper 11gR2 Cookbook
- C語言課程設計
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Java編程的邏輯
- Django Design Patterns and Best Practices
- Less Web Development Cookbook