小编Asr*_*lah的帖子

Terraform AWS 提供商与 RDS 的升级问题

尝试将 AWS 提供商升级到版本 4,但在 RDS 模块中出现以下错误:

\n
Error: Conflicting configuration arguments\n\xe2\x94\x82\n\xe2\x94\x82   with module.my-instance-mysql-eu[0].module.rds.module.db_instance.aws_db_instance.this[0],\n\xe2\x94\x82   on .terraform/modules/my-instance-mysql-eu.rds/modules/db_instance/main.tf line 47, in resource "aws_db_instance" "this":\n\xe2\x94\x82   47:   db_name                             = var.db_name\n\xe2\x94\x82\n\xe2\x94\x82 "db_name": conflicts with replicate_source_db\n
Run Code Online (Sandbox Code Playgroud)\n

amazon-web-services amazon-rds terraform

0
推荐指数
1
解决办法
2401
查看次数