Hello Everyone, I have some questions regarding th...
# general
b
Hello Everyone, I have some questions regarding the process of converting Terraform files into Pulumi, as I’ve encountered an issue. The problem is that I’ve made some configurations directly in the Azure Cloud, which were not reflected in the Terraform code. As a result, the Terraform state does not fully match the current configuration in Azure. To address this, I see two potential options: 1. Adjust Pulumi Based on Terraform State and Azure Cloud: 2. ◦ Read the Terraform state (stored in a storage account) and use it as a starting point. ◦ Adjust the Pulumi configuration to resolve any discrepancies between the Terraform state and the current Azure Cloud configuration. 3. Use Pulumi Cloud Import: 4. ◦ Use Pulumi Cloud Import to read all current resources from Azure. ◦ Generate an import file and import it into Pulumi. This would give us the current state of the Azure environment in Pulumi, with the code already imported. Additionally, do we have a concept for how resources are structured in relation to stacks? If so, can this structure be implemented effectively using Pulumi Cloud Import? Looking forward to your input!
c
hi @brash-translator-89602, I'm going to speak with my team and get back to you
b
@brash-translator-89602 can you email me and I'll follow up