infra/README.md

314 B

Momo infra repo

Manage DNS records with terraform

cd terraform
terraform init
# Make changes to dns.tf
terraform plan -out "momo-infra.plan"
terraform apply "momo-infra.plan"

For more details, see the terraform hosting.de provider docs