Closed jvlingam closed 1 year ago
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.0.8
AzureRM Provider Version
3.41.0
Affected Resource(s)/Data Source(s)
azurerm_spring_cloud_service
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Attribute that controls the Outbound type is expected to be there under azurerm_spring_cloud_service so that we make a selection as "Load Balancer" or "UDR"
Actual Behaviour
Spring App deployed successfully with Load Balancer as its "default" outbound type. I do not have option to control the outbound type as UDR (which is available when I try to create via Azure portal)
Steps to Reproduce
terraform init
terraform plan
terraform apply
Important Factoids
No response
References
No response