Go to file
teutat3s 0c07720ed8
fix: update momo.koeln DNS zone
2024-01-13 01:16:02 +01:00
terraform fix: update momo.koeln DNS zone 2024-01-13 01:16:02 +01:00
.gitignore dns: init momo.koeln terraform files 2023-04-11 17:52:30 +02:00
README.md dns: init momo.koeln terraform files 2023-04-11 17:52:30 +02:00

README.md

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