Skip to content

Instantly share code, notes, and snippets.

View OliverKlette85's full-sized avatar

Oliver Klette OliverKlette85

  • Deliveryhero SE
  • Berlin
View GitHub Profile
@chaudum
chaudum / prometheus.vim
Created January 10, 2022 19:55
Prometheus metrics syntax for Vi/Vim/NeoVim
" Vim syntax file
" Language: Prometheus Metrics
" Maintainer: Christian Haudum
" Last Revision: 10 January 2022
"
if exists("b:current_syntax")
finish
endif
@max-rocket-internet
max-rocket-internet / terraform-iteration.md
Last active January 26, 2022 16:03
Some examples for iteration in Terraform 0.12

Iteration in Terraform 0.12+

All of these examples allow for an item to be removed without recreation of any other resources.

Basic iteration 1

variable "data" {
  type = map
  default = {