Skip to content

Instantly share code, notes, and snippets.

@wonderb0lt
Last active January 21, 2022 10:00
Show Gist options
  • Save wonderb0lt/b299897cae114a9d82a0920495bec540 to your computer and use it in GitHub Desktop.
Save wonderb0lt/b299897cae114a9d82a0920495bec540 to your computer and use it in GitHub Desktop.
A less bad terraform var snippet
{
"Empty Variable (wonderb0lt)": {
"prefix": "varx",
"body": [
"variable \"${1:name}\" {",
"\ttype = ${2|string,number,bool,set(string)|}",
"\t${3:description = \"${4:(optional) describe your variable}\"}",
"\t${5:default = \"${6:default_value}\"}",
"}"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment