- 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."
- 虛擬儀器設(shè)計(jì)測控應(yīng)用典型實(shí)例
- 計(jì)算機(jī)應(yīng)用
- Linux Mint System Administrator’s Beginner's Guide
- 錯(cuò)覺:AI 如何通過數(shù)據(jù)挖掘誤導(dǎo)我們
- Windows XP中文版應(yīng)用基礎(chǔ)
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn)
- Hands-On Cybersecurity with Blockchain
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 可編程序控制器應(yīng)用實(shí)訓(xùn)(三菱機(jī)型)
- Implementing Oracle API Platform Cloud Service
- 觸控顯示技術(shù)
- 內(nèi)模控制及其應(yīng)用
- Spatial Analytics with ArcGIS
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- Hands-On Microservices with C#