- 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.
推薦閱讀
- Mastering Ext JS(Second Edition)
- 數據庫系統原理及MySQL應用教程(第2版)
- Docker進階與實戰
- Linux核心技術從小白到大牛
- Python自然語言處理(微課版)
- R Deep Learning Cookbook
- Android群英傳
- Raspberry Pi Robotic Projects(Third Edition)
- Python機器學習算法與應用
- Getting Started with Python
- Training Systems Using Python Statistical Modeling
- H5+移動營銷設計寶典
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Learning Redux
- C語言從入門到精通(微視頻精編版)