I have a working terraform config file for a docker container below.
It correctly works and forwards the TCP ports for the DNS server running in the container, however as it’s DNS I also want to forward UDP, can anyone tell me how to do this I found I need to use the “protocol” config item somewhere but can’t seem to work out where:
Yes indeed I have and that’s how I worked out I need to use the “protocol” config option to specify udp (tcp is default), but as there is no example and I’m pretty new to terraform I can’t work out where to insert the protocol config. I’ve tried a few different options which led to errors, so thought I’d try and get some help here.
Thanks
Brett