Helps you build things {one-line purpose}
{} = Explanations for this readme..
Maybe here is a small overview of how MyTool
, should not be longer than 5 lines and you're invited to use emojis 👯.
[meta] | |
title = "Andreas' technical skills" | |
categories = [ "Tools", "Techniques", "Platforms", "Frameworks" ] | |
states = [ "Novice", "Intermediate", "Advanced", "Veteran" ] | |
[[blips]] | |
category = "Tools" | |
link = "https://terraform.io" | |
description = "Use cloud-agnostic syntax to define target infrastructure setups in cloud environments." | |
title = "Terraform" |
@startuml | |
!define AUTHOR Andreas Offenhaeuser <[[https://anoff.io anoff.io]]> | |
!define YEAR %date("yyyy") | |
!define FOOTER © AUTHOR YEAR | |
!define SHADOWING false | |
!define BORDERTHICKNESS 1 | |
!define NOBORDERTHICKNESS 0 | |
!define ANOFFRED #c03 |
@startuml fancy | |
skinparam sequence { | |
LifeLineBorderColor Green | |
ArrowColor black | |
ParticipantBorderColor black | |
ParticipantBackgroundColor GreenYellow | |
ParticipantFontColor black | |
} | |
skinparam actor { | |
backgroundColor white |
"securityRules": [ | |
{ | |
"name": "JupyterHub", | |
"properties": { | |
"priority": 1010, | |
"protocol": "TCP", | |
"access": "Allow", | |
"direction": "Inbound", | |
"sourceAddressPrefix": "*", | |
"sourcePortRange": "*", |
.. | |
"resources": [ | |
{ | |
"name": "[parameters('virtualMachineName')]", | |
"type": "Microsoft.Compute/virtualMachines", | |
"apiVersion": "2016-04-30-preview", | |
"location": "[parameters('location')]", | |
"dependsOn": [ | |
"[concat('Microsoft.Network/networkInterfaces/', parameters('networkInterfaceName'))]", | |
"[concat('Microsoft.Storage/storageAccounts/', parameters('diagnosticsStorageAccountName'))]" |