yasnippet-snippets/snippets/terraform-mode/terraform

10 lines
109 B
Plaintext
Raw Permalink Normal View History

2018-08-24 20:14:27 +02:00
# -*- mode: snippet -*-
# name: terraform
# key: tf
# --
terraform {
backend "${1:backend}" {
2018-08-24 20:24:54 +02:00
$0
2018-08-24 20:14:27 +02:00
}
}