12 lines
428 B
Bash
12 lines
428 B
Bash
# Pinned toolchain. Committed. The weakest config layer.
|
|
|
|
# The infra executor. One, not a pair — see README.md.
|
|
# This pin is a placeholder; set it from `tofu version` once installed.
|
|
TOFU_VERSION=1.9.0
|
|
TOFU_BIN=tofu
|
|
|
|
# certbot runs as a throwaway container so the DNS plugin's credentials never
|
|
# have to be installed on this machine.
|
|
CERTBOT_AWS_IMAGE=certbot/dns-route53:latest
|
|
CERTBOT_GCP_IMAGE=certbot/dns-google:latest
|