durandguru
durandguru
I also use an module to configure stuff. Per switch/router an tfvars file with the specific settings. In the module I read those values and depending on the settings I...
/interface w60g -> [ { ".id":"*2", "arp":"enabled", "arp-timeout":"auto", "beamforming-event":"1858", "default-scan-list":"58320,60480,62640,64800", "disabled":"false", "frequency":"60480", "isolate-stations":"false", "l2mtu":"1600", "mac-address":"48:8F:5A:F3:34:E0", "mode":"ap-bridge", "mtu":"1500", "name":"wlan60-1", "password":"password", "put-stations-in-bridge":"bridge", "region":"eu", "running":"false", "rx-mpdu-crc-err":"20354232", "rx-mpdu-crc-ok":"1401642596", "rx-ppdu":"1403448812", "ssid":"ptmp01", "tx-fw-msdu":"52", "tx-io-msdu":"0", "tx-mpdu-new":"202533008", "tx-mpdu-retry":"3570458",...
/interface w60g station -> [ { ".id":"*8", "arp":"enabled", "arp-timeout":"auto", "beamforming-event":"3042", "disabled":"false", "mac-address":"48:8F:5A:F3:34:E0", "mtu":"1500", "name":"ptp01", "parent":"wlan60-1", "put-in-bridge":"parent", "remote-address":"48:8F:5A:47:81:9E", "running":"true" } ]  
And take your time!
Thanks for adding this! Only had now time to test stuff. The following remarks: -the routeros_interface_w60g manages an system created interface, So it now tries to create and fails. Importing...
@vaerh can not reopen, or would you like me to create a new issue?
In winbox no add or remove button, and in terminal also no add/remove  
Thanks!. Most stuff works now. I have only got this message for creating a w60g interface module.terraform-module-mikrotik-60g[0].routeros_interface_w60g.station[0]: Creating... ╷ │ Error: POST 'https://172.31.10.31:443/rest/interface/w60g/set' returned response code: 400, message: 'Bad Request',...
@vaerh did you see my last message? No rush but wonderd if you have seen it.
Sorry, took me some time to find time for this. resource "routeros_interface_w60g" "test" { name = "wlan60-1" password = "put_your_safe_password_here" ssid = "put_your_new_ssid_here" disabled = false mode = "ap-bridge" }...