Skip to content

Instantly share code, notes, and snippets.

View limakzi's full-sized avatar
:octocat:

Kamil Zabielski limakzi

:octocat:
View GitHub Profile
@limakzi
limakzi / keybase.md
Created July 22, 2023 11:35
keybase-proof

Keybase proof

I hereby claim:

  • I am limakzi on github.
  • I am limakzi (https://keybase.io/limakzi) on keybase.
  • I have a public key whose fingerprint is 4CD1 1693 25BB 75A0 BDD9 09D5 2B55 7CA6 4C29 10A8

To claim this, I am signing this object:

@limakzi
limakzi / hcl2-2019-05-06.tf
Last active June 6, 2019 22:35
hlc2-map-with-list
locals {
a = map("key-a", list("val-a", "val-b"))
}
locals {
b = lookup(local.a, "key-a")
}