# 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](https://github.com/pub-solar/terraform-provider-hostingde)