- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 82字
- 2021-07-15 17:06:38
Platform agnosticism
Ideally, templates should be platform agnostic. This means that if I define a template for 2 app servers, 1 db server, all talk to each other, I should be able to easily switch from AWS to local Vagrant without rewriting the template. Platform agnosticism is difficult to obtain, while at the same time, might not really be needed that often. Completely changing the underlying platform is a rather rare event that happens perhaps once or twice in a product's lifetime.
推薦閱讀
- Vue 3移動(dòng)Web開(kāi)發(fā)與性能調(diào)優(yōu)實(shí)戰(zhàn)
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐教程(第2版)
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- Vue.js 3.0源碼解析(微課視頻版)
- Java:Data Science Made Easy
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- C語(yǔ)言課程設(shè)計(jì)
- C# 8.0核心技術(shù)指南(原書(shū)第8版)
- Learning Concurrency in Kotlin
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- Java Fundamentals
- Android應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- Java EE Web應(yīng)用開(kāi)發(fā)基礎(chǔ)
- Laravel 5.x Cookbook