Go to file
2023-04-27 00:15:22 +02:00
terraform add records for pioneer, modify existing a records 2023-04-27 00:13:08 +02: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

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