- 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.
推薦閱讀
- 騰訊iOS測試實踐
- R語言數據可視化之美:專業圖表繪制指南
- Django Design Patterns and Best Practices
- 從0到1:Python數據分析
- Python機器學習算法: 原理、實現與案例
- 圖數據庫實戰
- Web前端應用開發技術
- Java程序設計與項目案例教程
- Android Game Programming by Example
- H5+移動營銷設計寶典
- Spring Boot從入門到實戰
- 3D Printing Designs:Octopus Pencil Holder
- Building Clouds with Windows Azure Pack
- 大話代碼架構:項目實戰版
- 計算思維與Python編程