Skip to content

Instantly share code, notes, and snippets.

View jaspervdj-luminal's full-sized avatar

Jasper Van der Jeugt jaspervdj-luminal

  • Zurich, Switzerland
View GitHub Profile
Cryptographic hashes and dependency cycles
==========================================
Introduction
------------
_"Much more than encryption algorithms, one-way hash functions are the workhorses
of modern cryptography." - Bruce Schneier_
NOTE: The above should be formatted as a quote. I don't know if we have anything
# The following rule checks that "taggable" resource types have tag
# values with at least 6 characters.
package rules.tag_all_resources
import data.fugue
resource_type = "MULTIPLE"
taggable_resource_types = {
"aws_cloudfront_distribution",
package notes
# Part 1: multimap
# ================
# Some boilerplate.
servers = [
{
"name": "nginx",
"tags": ["Prod", "Staging"]