infra/README.md

14 lines
314 B
Markdown
Raw Normal View History

2023-04-11 15:52:30 +00:00
# Momo infra repo
### Manage DNS records with terraform
2024-02-25 21:43:17 +00:00
2023-04-11 15:52:30 +00:00
```
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)