SolaceProducts / terraform-provider-solacebroker

Terraform provider for the Solace PubSub+ Event Broker (software)
Apache License 2.0
3 stars 1 forks source link

Node_name is readonly in dmrcluster #65

Closed oeresundsgruppen closed 4 months ago

oeresundsgruppen commented 4 months ago

Hi, would like to set nodeName in dmrcluster, but its read-only and hence auto-generated, but needed to create links afterwards.... can it be writeable ?

bczoma commented 4 months ago

Hi @oeresundsgruppen , nodeName needs to be read-only because of the internal broker logic to generate them. It requires using some Terraform technique to solve this issue, for example using a data source on the dmrCluster.

oeresundsgruppen commented 4 months ago

Thanks, read it using terraform data, and just got the name of docker container, which I can set in docker compose...