应用程序数据存储在AWS RDS中。现在,我已经设置了另一个AWS帐户,我要将与当前AWS帐户关联的RDS实例中的数据迁移到该帐户。Create a snapshot of the database in the RDS database instance associated with the current AWS accountImport the data from this snapshot to the RDS instance associated with the new AWS account.
在升级之前,地形规划工作得很好。我试着用变量module.db替换var.this_rds_cluster_master_username,它起了作用,但我希望对输出文件进行更改,而不是使用变量。任何援助都将不胜感激。output.tf value = module.db.this_rds_cluster_master_username&quo