Open rokazeme opened 8 months ago
Hi @rokazeme,
I think you are describing something that would be the responsibility of the Azure provider rather than of Terraform Core, but I'm not familiar enough with Azure to know for sure.
Aside from the azure
backend for state storage, nothing in this codebase is Azure-specific. The Azure provider's repository would be a good place to discuss Azure-specific needs that are not about the azure
state storage backend. The provider development team can open a new issue in this repository if they conclude that what you're asking for is something they'd like to support but would need something new in Terraform Core to achieve it, but we can't do anything in this repository until the Azure provider team has some specific ideas about what new features they might need.
Terraform Version
Use Cases
The end goal of the feature request is to see if there's any upcoming plans or to open a path in order to support Migration from Standard to Premium Namespaces via Terraform for Azure Service Bus. There are scenarios in which infrastructure as code is used to deploy resources to Azure using a CI/CD pipeline to deploy changes.
Currently Service Bus only supports migration via Azure Portal and CLI : https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-migrate-standard-premium
When using the above methods, we see issues that causes the terraform state to be incompatible and I'd like to see if there are options to automate this using Terraform.
Attempted Solutions
We attempted to alternative approaches:
Option #1:
Option # 2
Proposal
Provide a stream-lined method to support Migration from Standard to Premium Azure Service Bus Namespaces via Terraform.
References
No response