- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Mastering ServiceStack
- 兩周自制腳本語言
- 程序員數學:用Python學透線性代數和微積分
- 新編Premiere Pro CC從入門到精通
- Web全棧工程師的自我修養
- 從0到1:Python數據分析
- Elasticsearch Server(Third Edition)
- C語言程序設計
- Java編程的邏輯
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 監控的藝術:云原生時代的監控框架
- jQuery從入門到精通(微課精編版)
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Java Web開發基礎與案例教程