Last active
May 30, 2025 23:47
-
-
Save codycodes/6a68d925761e4c026ea692d6f667b7f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"Terraform Import CLI to Block 🧱": { | |
"scope": "terraform,hcl", | |
"prefix": "tfclip", | |
"body": [ | |
"import {", | |
" to = ${1:${CLIPBOARD/[\\s\\S]*terraform\\s+import\\s+([^\\s]+)\\s+(?:\"([^\"]*)\"|(\\S+))/$1/}}", | |
" id = \"${2:${CLIPBOARD/[\\s\\S]*terraform\\s+import\\s+([^\\s]+)\\s+(?:\"([^\"]*)\"|(\\S+))/$2$3/}}\"", | |
"}" | |
], | |
"description": "Converts terraform import command from clipboard to import block" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment