英文: Terraform cycle with AWS and Kubernetes provider 问题 我的Terraform代码描述了一些用于构建Kubernetes集群的AWS基础架构,包...
构建自定义 Terraform 提供程序时出现错误。
英文: Building a custom terraform provider errors out 问题 我在尝试编译GO代码时遇到了这个错误: [root@scsor0014444001 Net...
如何将HashiCorp配置语言转换为JSON?
英文: How do I convert HashiCorp Configuration Language into JSON? 问题 为了更好地理解 Terraform,我想要能够将 HCL 转换为...
如何为terraform schema.schema字段设置范围?
英文: How to set range to terraform schema.schema field? 问题 在 schema.schema 中,我有一个 number_of_servers 字...
`godep save ./…` 似乎对于 https://github.com/hashicorp/terraform 不起作用。
英文: godep save ./... seems not working for https://github.com/hashicorp/terraform 问题 你好,我正在使用以下链接进行翻...
在Go语言中,如何编组动态的JSON字段标签?
英文: Marshal dynamic JSON field tags in Go 问题 我正在尝试为Terraform文件生成JSON。因为我(认为我)想要使用编组而不是自己编写JSON,所以我使用...
35