Go to file
Hendrik Sokolowski e001049060
continuous-integration/drone/push Build is passing Details
fix drone ci config (#6)
Reviewed-on: #6
Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
Co-authored-by: Hendrik Sokolowski <hensoko@gssws.de>
Co-committed-by: Hendrik Sokolowski <hensoko@gssws.de>
2024-02-25 22:10:00 +00:00
.forgejo/workflows feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
hosts open openssh port 2024-02-25 22:11:02 +01:00
lib feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
modules feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
overlays feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
pkgs fix drone ci config (#6) 2024-02-25 22:10:00 +00:00
secrets feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
terraform fix: update momo.koeln DNS zone 2024-01-13 01:16:02 +01:00
users feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
.drone.yml fix drone ci config (#6) 2024-02-25 22:10:00 +00:00
.envrc feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
.gitignore gitignore: add back in terraform ignores 2024-02-25 18:46:10 +01:00
README.md fix drone ci config (#6) 2024-02-25 22:10:00 +00:00
flake.lock feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
flake.nix feat: add nix config to this repository 2024-02-25 17:41:25 +01:00
treefmt.toml fix drone ci config (#6) 2024-02-25 22:10:00 +00: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