我想删除使用terraform创建的非空s3存储桶。我也使用了force_destroy=true选项,但我仍然 BucketNotEmpty: The bucket you tried to delete is not empty
status code: 409, request id: xxxx, host id: xxxxxxx 此外,存储桶也是使用force_destroy选项创建的: resource "aws_s3_bucket" &q
我的理解是,当使用Terraform配置时,我们只能为每个S3桶配置一个通知:
NOTE: S3 Buckets only support a single notification configuration使用S3桶进行通知的最佳实践是什么?它们是否在每个Terraform工作区中配置/创建得最好,以及/或如何管理存储桶,以便同时允许开发人员通过terraform apply使用公共的
我使用terraform的计数循环能力创建多个aws_instances。我希望这些实例中的每一个都运行一个需要自定义二进制文件的脚本。这个脚本用一些固定的参数调用二进制,用户指定的次数,但是我认为它所做的细节与这个问题无关# Create an S3bucket to hold foo binary and baraws s3 cp s3://foobar
我的Terraform脚本愉快地创建了一个带有三个数据库的Postgresql实例,以及一个具有三个部署的Kubernetes集群。效果很好。(Please use psql client to delete database that is not owned by "cloudsqlsuperuser")Terraform已经报告说,使用该数据库的k8吊舱已经被销毁(实际上所有的吊舱都被销毁了),其他任何东西都没有访问该数据库。第二次尝试运