使用Terraform进行动态基础设施管理入门指南
1. 准备工作
在开始使用Terraform进行动态基础设施管理之前,需要确保已经安装了Terraform。可以在 此处 找到安装说明。本文中的所有示例均使用Terraform v1.2.0运行。
可以使用以下命令查看Terraform的主要命令:
$ terraform -help
Usage: terraform [global options] <subcommand> [args]
The available commands for execution are listed below.
The primary workflow commands are given first, followed by
less common or more advanced commands.
Main commands:
init Prepare your working directory for other commands
validate Check whether the configuration is valid
plan Show changes required by the current configuration
apply Create or update infrastructure
destroy Destroy previousl
Terraform动态基础设施管理入门
超级会员免费看
订阅专栏 解锁全文
333

被折叠的 条评论
为什么被折叠?



