os/terraform
Benjamin Yule Bädorf 163e96c560
invoiceplane: make publicly available
2024-04-01 19:07:24 +02:00
..
.gitignore feat: add terraform for DNS 2023-11-12 18:17:35 +01:00
.terraform.lock.hcl terraform: not-working update 2024-03-19 21:00:28 +01:00
README.md terraform: not-working update 2024-03-19 21:00:28 +01:00
b12f.io.tf invoiceplane: make publicly available 2024-04-01 19:07:24 +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 terraform: not-working update 2024-03-19 21:00:28 +01:00
mezza.biz.tf terraform: not-working update 2024-03-19 21:00:28 +01:00
providers.tf terraform: not-working update 2024-03-19 21:00:28 +01:00

README.md

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