os/terraform
2024-09-06 17:38:06 +02:00
..
.gitignore feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
.terraform.lock.hcl terraform: halfway working DNS for hosting.de 2024-08-14 23:11:14 +02:00
b12f.io.tf hosts/frikandel: add jellyfin forward 2024-09-06 17:38:06 +02:00
benjaminbaedorf.eu.tf feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
git_http_backend.auto.tf terraform: not-working update 2024-03-19 21:00:28 +01:00
h.net.tf email: add mail@b12f.io and mail@hzdomain 2024-08-16 21:33:49 +02:00
mezza.biz.tf email: add mail@b12f.io and mail@hzdomain 2024-08-16 21:33:49 +02:00
providers.tf terraform: halfway working DNS for hosting.de 2024-08-14 23:11:14 +02:00
README.md terraform: not-working update 2024-03-19 21:00:28 +01:00

Usage

terraform-backend-git --tf tofu -l git terraform plan
terraform-backend-git --tf tofu -l git terraform apply

FAQ

Problem:

[terraform-backend-git]: ssh: handshake failed: knownhosts: key mismatch

Solution:

ssh-keyscan git.pub.solar >> ~/.ssh/known_hosts

https://github.com/go-git/go-git/issues/411