-
Notifications
You must be signed in to change notification settings - Fork 24
[Feature]: #54
Description
Feature Description
Hi , we have a solace message VPN it has acl, acl profiles, queues, subscriptions and all, we are trying to automate entire solace infra using terraform, if anything happened to existing VPN need to spin up new one with same infra details , is there any best approach to automate everything, in current solace-terraform (https://registry.terraform.io/providers/SolaceProducts/solacebroker/latest) version it is supporting only one attributes seems like only for particular queue ( we need to pass solacebroker_msg_vpn_queue) what if we want to fetch all queues using terraform data source? could you please suggest , we are using only one message as of now so we are planning for HA/DR. is there any other approach ?
we are trying with SEMP v2 , but some how we are not syncing with other components.
could you please suggest
Use Case
Hi , we have a solace message VPN it has acl, acl profiles, queues, subscriptions and all, we are trying to automate entire solace infra using terraform, if anything happened to existing VPN need to spin up new one with same infra details , is there any best approach to automate everything, in current solace-terraform (https://registry.terraform.io/providers/SolaceProducts/solacebroker/latest) version it is supporting only one attributes seems like only for particular queue ( we need to pass solacebroker_msg_vpn_queue) what if we want to fetch all queues using terraform data source? could you please suggest , we are using only one message as of now so we are planning for HA/DR. is there any other approach ?
we are trying with SEMP v2 , but some how we are not syncing with other components.
could you please suggest
Proposed Solution
No response