Skip to content

Instantly share code, notes, and snippets.

@arkag
arkag / main.tf
Last active February 23, 2021 22:55
logic to clean out animal names that are less than safe for work
resource "random_pet" "server_name" {
count = 1000
length = 4
separator = local.name_sep
prefix = null
}
locals {
no_no_words = {
jackass = "hinny"
{ config, pkgs, ... }:
# Custom packages
let
mozillaPkgsDir = (import <nixpkgs>{config={};}).fetchFromGitHub {
owner = "mozilla";
repo = "nixpkgs-mozilla";
rev = "1608d31f7e5b2415fb80b5d76f97c009507bc45f";
sha256 = "0mznf82k7bxpjyvigxvvwpmi6gvg3b30l58z36x192q2xxv47v1k";
fetchSubmodules = true;