# -*- mode: snippet -*-
# name: terraform
# key: tf
# --
terraform {
  backend "${1:backend}" {
    $0
  }
}
