Azure / azure-service-bus

☁️ Azure Service Bus service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
585 stars 781 forks source link

Azure service bus is not allowing to whitelist multiple subnets at once using terraform #714

Closed dev15119 closed 3 months ago

dev15119 commented 3 months ago

Description

Actual Behavior

  1. I am passing the subnet_id as a list(string) but it is throwing an error stating "string is required"

Expected Behavior

  1. It should take the variable type as list(string) which would allow multiple subnets to be whitelisted at once

service_bus.docx

EldertGrootenboer commented 3 months ago

As this is specific for the terraform provider, please open an issue with them, as we are not in control over this. That said, I think they follow the same format we have for ARM, however as we are not familiar with the terraform this should be validated with them.