- Hybrid Cloud for Architects
- Alok Shrivastwa
- 187字
- 2021-06-24 19:27:32
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Default values are port 80 for HTTP, port 443 for HTTPS."
A block of code is set as follows:
provider "aws" {
access_key = "<Enter Access Key Here>"
secret_key = "<Enter Secret Key Here>"
region = "us-east-1"
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
provider "aws" {
access_key = "<Enter Access Key Here>"
secret_key = "<Enter Secret Key Here>"
region = "us-east-1"
}
Any command-line input or output is written as follows:
sudo cp terraform /usr/local/bin
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Gartner introduced the Bimodal IT concept and coined two terms called mode-1 and mode-2 of the development."
- 平面設計初步
- OpenStack for Architects
- 西門子PLC與InTouch綜合應用
- 影視后期制作(Avid Media Composer 5.0)
- Zabbix Network Monitoring(Second Edition)
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 菜鳥起飛系統安裝與重裝
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 零起點學西門子S7-200 PLC
- Photoshop CS5圖像處理入門、進階與提高
- 從零開始學ASP.NET
- 工業機器人技術
- 數據結構與實訓
- Building Impressive Presentations with Impress.js
- Hands-On Data Analysis with Scala