文章分类 -  Terraform

摘要:1:安装Terraform 下载链接:https://www.terraform.io/downloads [root@terrafrom ~]# yum install -y yum-utils [root@terrafrom ~]# yum-config-manager --add-repo h 阅读全文
posted @ 2022-04-03 00:00 Layzer 阅读(337) 评论(0) 推荐(0)
摘要:1:IaC基础设施即代码 通过代码的方式来管理,定义,部署,更新和销毁基础设施。 2:为什么选择Terraform 1:强大的社区: 450000+次提交 4000多模块 1000多家供应商 2:可以管理任何基础设施 3:对基础设施版本管理并跟踪 4:无需考虑底层逻辑,仅需声明配置 5:多云架构基础 阅读全文
posted @ 2022-04-02 15:48 Layzer 阅读(153) 评论(0) 推荐(0)