infra/README.md

14 lines
314 B
Markdown

# 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)