terraform template 源码
地形模板 terraform模块的基本模板(/ examples中的示例terraform配置文件) . ├── main.tf # main set of configuration for your module, you can also create other configuration files and organize them however makes sense for your project (see the aws example in /examples) ├── locals.tf # contain the local definitions for your module ├── variables.tf
下载地址
用户评论