英文: Importing Azure Active Directory groups on Terraform 问题 使用Terraform的azuread提供程序,我试图创建组,读取类似于此的CS...
如何在Terraform模块上启用IF条件
英文: How to enable IF condition on terrafrom modules 问题 locals { base_tags = { 环境 = var.environment }...
Terraform aws_s3_bucket_object,调用函数 “filemd5” 失败:打开文件
英文: Terraform aws_s3_bucket_object, Call to function "filemd5" failed: open <file> 问...
Assign random passwords while creating multiple Azure Active Directory users with Terraform reading a CSV file
英文: Assign random passwords while creating multiple Azure Active Directory users with Terraform read...
terraform not updating content from user-data file
英文: terraform not updating content from user-data file 问题 我有一个附加到 main.tf 的用户数据文件。每当我对用户数据文件进行更改,然后运...
自定义节点配置在 AKS 中使用 Terraform
英文: Custom Node Configuration in AKS using Terraform 问题 我想在AKS中创建带有启用交换内存的noodpool,我已经阅读了Terraform文档...
如何在GCP中使用Terraform脚本为单个主题创建多个订阅。
英文: How to create multiple subscriptions for a single topic in a GCP using terraform scripts 问题 reso...
如何在S3 Bucket策略中为IAM组授予权限
英文: How to give permission to an IAM group in S3 Bucket policy 问题 我想能够在策略中指定一个 IAM 组作为主体,但我已经阅读到你不能在...
在使用GitHub Actions时,我如何在我的AWS环境中运行Terraform?
英文: When using GitHub Actions, how can I run my Terraform on my AWS environment? 问题 我正在将我的部署从Jenkins...
terraform iterate to associate aws resources
英文: terraform iterate to associate aws resources 问题 我尝试在Terraform上创建NAT网关,对于我创建的每个公共子网。 我创建公共子网如下: r...
35