Skip to content

Instantly share code, notes, and snippets.

@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 = {