flowchart TD
subgraph account["cloud-infra-account-terraform"]
BA["bootstrap-account\nIAM doormat role\n(write to run.hashicorp.services)"]
HCP["hcp-account\nPrivateLink principal allow\n+ Route53 ARC control panels"]
endI hereby claim:
- I am lindleywhite on github.
- I am lindleyw (https://keybase.io/lindleyw) on keybase.
- I have a public key ASD1YlDTv6qohinzUO_ya4l36EOdcV2LLA-oMD-IBJ6T_go
To claim this, I am signing this object:
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
| require.config({ | |
| baseUrl: '/javascript', | |
| paths: { | |
| // Vendor Files | |
| 'select2': '../vendor/select2-dist/dist/js/select2.min', | |
| 'json2': '../vendor/json2/json2', | |
| 'tinyMCE': '../vendor/tinymce-dist/jquery.tinymce.min', | |
| 'lightbox': '../vendor/lightbox2/js/lightbox.min', | |
| 'animateColors': '../vendor/color-animation/jquery.animate-colors-min', | |
| 'videoJs': '../vendor/video.js/dist/video-js/video', |
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
| <snippet> | |
| <content><![CDATA[ | |
| /* ========================================================================== | |
| ${1} | |
| ========================================================================== */ | |
| ]]></content> | |
| <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
| <tabTrigger>comment-section</tabTrigger> | |
| <!-- Optional: Set a scope to limit where the snippet will trigger --> | |
| <scope>source.less</scope> |