os/terraform
2023-11-14 18:44:46 +01:00
..
.gitignore feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
.terraform.lock.hcl feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
b12f.io.tf feat: use ACME and nginx instead of caddy 2023-11-14 18:44:46 +01:00
benjaminbaedorf.eu.tf feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
providers.tf feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
README.md feat: add unbound control 2023-11-13 15:48:05 +01:00

Usage

terraform-backend-git -l git terraform plan
terraform-backend-git -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