Open poroping opened 3 years ago
Build some logic in to deal with password fields ala:
~ resource "fortios_routerospf_ospfinterface" "interfaces" { id = "mgmt-ospf" name = "mgmt-ospf" # (20 unchanged attributes hidden) ~ md5_keys { id = 1 ~ key_string = "ENC XXXX" -> "supersecrets!" } }
Just to note that this doesn't appear to be possible at this time due to how Terraform handles 'blocks'
Build some logic in to deal with password fields ala: