title = "Basic Configlation Usage"
[[input]]
name = "ENV_VAR_A"
default = "blah"
description = "This will set how something works"
[[output]]
kind = "file"
path = ".env"
contents = "foobar"
[[output]]
kind = "file"
path = ".env.lines"
contents = ["ENV_VAR_A={ENV_VAR_A | quoted}", "fizzbuzz"]