我有在 Azure 中构建 azure postgre sql 资源的 terraform 模块,我必须将此模块及其所有资源移动到另一个状态文件。
我考虑过导入模块中定义的所有资源,但一些模块资源是随机字符串和模板文件,我想我不能像 azure 资源那样导入。
在这种情况下,任何人都有最佳实践,我也在考虑使用“state mv”命令将本地资源移动到其他状态文件并将新状态文件上传到 Azure 存储帐户,因为这是我拥有后端的地方。
module.my-database.azurerm_resource_group.data-resourcegroup
module.my-database.azurerm_template_deployment.postgres-paas
module.my-database.random_string.password
module.my-database.template_file.postgrestemplate