
terraform
大囚长
大丈夫遗世独立,孑然一身。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
terraform阿里云的使用
安装aliyun的terraform providervim aliyun.tfterraform { required_providers { aliyun = { source = "aliyun/alicloud" version = "1.123.0" } }}provider "aliyun" { # Configuration options}下载terraform init官网目前还是很屎,加载有问题,可以看下这个页面原创 2021-05-20 17:06:14 · 999 阅读 · 0 评论 -
terraform常用参考文档
terraform下载https://www.terraform.io/downloads.htmlterraform支持的云平台https://registry.terraform.io/browse/providers学习terraformhttps://learn.hashicorp.com/terraform阿里云provider文档https://registry.terraform.io/providers/aliyun/alicloud/latest/docsaws provi原创 2021-05-20 16:26:52 · 1624 阅读 · 0 评论 -
terraform aws入门
环境CentOS7.91. 下载安装terraform打开https://www.terraform.io/downloads.html,复制下载地址wget https://releases.hashicorp.com/terraform/0.15.4/terraform_0.15.4_linux_amd64.zip解压后,移动到/bin目录unzip terraform_0.15.4_linux_amd64.zipmv terraform /bin/2. 配置awscli(这里默认已原创 2021-05-20 14:01:42 · 1215 阅读 · 0 评论