Closed zbuchheit closed 1 month ago
With the following HCL
resource "mist_site_networktemplate" "networktemplate_one" { site_id = "redacted" dns_servers = ["8.8.8.8", "1.1.1.1"] dns_suffix = ["mycorp.com"] ntp_servers = ["pool.ntp.org"] switch_mgmt = { protect_re = { enabled = true allowed_services = ["icmp", "ssh"] } } }
When I look in the console/api call, the response that I get back for allowed_services is
allowed_services
- allowed_services = [ - "\"icmp\"", - "\"ssh\"", ] -> null
same as #39
With the following HCL
When I look in the console/api call, the response that I get back for
allowed_services
is