# -*- mode: snippet -*-
# name: aws-tag
# key: tag
# group: cloudformation
# expand-env: ((yas/indent-line 'auto) (yas/wrap-around-region 't))
# --
{ "Key": "${1:-}", "Value":  ${2:"--"} }$0
