All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:49, 25 September 2022 Will talk contribs created page Terraform loops (Created page with "<syntaxhighlight lang="tf"> [for s in var.list : upper(s)] # .map() list items [for k, v in var.map : length(k) + length(v)] # .map() mapping items [for s in var.list : upper(s) if s != ""] # .filter() items </syntaxhighlight>")