英文: id is a reserved field name 问题 我正在为 Terraform 编写一个与 API 接口的提供程序,这是我拥有的资源模式: &schema.Resource...
如何使用HCL编写带有${}的表达式?
英文: How to use hcl write to set expressions with ${}? 问题 我正在尝试使用hclwrite生成.tf文件。 根据hclwrite示例中的例子,我可...
可以使用 Terraform 作为 Go 库来运行吗?
英文: Run Terraform as a Go Library? 问题 我一直在使用Terratest来测试我的所有Go模块,并且非常喜欢它作为通过Go编程语言运行terraform并与terra...
使用terraform模块构建golang二进制文件时遇到了Go mod的问题。
英文: Go mod troubles with terraform module that builds golang binaries 问题 我是你的中文翻译助手,以下是你要翻译的内容: 我在一个...
如何在使用Terraform创建Azure Function App时设置Java版本?
英文: How do you set the java version while creating Azure Function App using Terraform? 问题 在Azure门户中,...
有没有办法使用Terraform在已经存在的基础设施内运行脚本?
英文: Is there any way to run a script inside alredy existing infrastructre using terraform 问题 我想在预先创建...
更新Terraform文件中创建的存储桶导致BucketAlreadyOwnedByYou错误。
英文: Update bucket created in Terraform file results in BucketAlreadyOwnedByYou error 问题 需要将策略添加到我之前在...
如何在Terraform中将ECS服务连接到AWS自动扩展组
英文: How is an ECS service in Terraform connected to an AWS autoscaling group 问题 The ECS service defi...
Terraform从v0.11迁移到v0.12时出现标签问题。
英文: Terraform migration from v0.11 to v0.12 problem with tags 问题 我正在尝试将我的 Terraform 计划从 v0.11 迁移到 v0...
Azure Functions的零停机部署与Terraform
英文: Zero-downtime deployment of Azure Functions with Terraform 问题 我有一个Azure函数应用,其中必要的云基础架构由Terraform...
35