Skip to content

Instantly share code, notes, and snippets.

@Jaff
Last active December 17, 2021 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaff/235cd444103fa9f13cd6 to your computer and use it in GitHub Desktop.
Save Jaff/235cd444103fa9f13cd6 to your computer and use it in GitHub Desktop.
terraform textfactory
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TextTransformComponents</key>
<array>
<dict>
<key>ComponentArguments</key>
<dict>
<key>CaseSensitive</key>
<true/>
<key>MatchWords</key>
<false/>
<key>ReplaceString</key>
<string>aws = {\n source = "hashicorp/aws"\n version = "~&gt; 3.0"\n }\n tivo = {\n source = "terraform.tivo.com/tivocorp/tivo"\n version = "~&gt; 0.2.1"\n }\n }</string>
<key>SearchString</key>
<string>aws = \{\n\s+source = "hashicorp/aws"\n\s+version = "~&gt; 3\.0"\n \}\n\s+\}</string>
<key>UseGrep</key>
<true/>
</dict>
<key>ComponentName</key>
<string>ReplaceAll</string>
</dict>
<dict>
<key>ComponentArguments</key>
<dict>
<key>CaseSensitive</key>
<true/>
<key>MatchWords</key>
<false/>
<key>ReplaceString</key>
<string>aws = {\n source = "hashicorp/aws"\n version = "~&gt; 3.0"\n }\n tivo = {\n source = "terraform.tivo.com/tivocorp/tivo"\n version = "~&gt; 0.2.1"\n }\n }</string>
<key>SearchString</key>
<string>aws = \{\n\s+source = "hashicorp/aws"\n\s+version = "~&gt; 3\.0"\n \}\n\s+\}</string>
<key>UseGrep</key>
<true/>
</dict>
<key>ComponentName</key>
<string>TidyReflow</string>
<key>Disabled</key>
<true/>
</dict>
</array>
<key>TextTransformOptions</key>
<dict>
<key>FilterDictionary</key>
<dict>
<key>FilterTerms</key>
<array>
<dict>
<key>Field</key>
<string>FileName</string>
<key>Operator</key>
<string>+Equ</string>
<key>TermData</key>
<string>versions.tf</string>
</dict>
</array>
<key>Mode</key>
<string>||</string>
<key>Name</key>
<string>terraform</string>
<key>UniqueID</key>
<string>04DD9233-CEB0-466A-818E-3DE4B9B03AC4</string>
</dict>
<key>SaveMode</key>
<string>yes </string>
<key>SearchRecursive</key>
<false/>
<key>TextFilesOnly</key>
<true/>
<key>UniqueID</key>
<string>04DD9233-CEB0-466A-818E-3DE4B9B03AC4</string>
</dict>
<key>TextTransformSources</key>
<array/>
<key>com.barebones.DocumentType</key>
<string>TextTransform</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment