notes: providers

This commit is contained in:
Kiara Grouwstra 2024-01-17 03:27:49 +01:00
parent 39103a0015
commit 6e9489ca69
1 changed files with 10 additions and 0 deletions

View File

@ -52,7 +52,17 @@
(opentofu.withPlugins (p: with p; [
sops # https://registry.terraform.io/providers/carlpett/sops/latest/docs
hcloud # https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs
# local # https://registry.terraform.io/providers/hashicorp/local/latest/docs
# random # https://registry.terraform.io/providers/hashicorp/random/latest/docs
# consul # https://registry.terraform.io/providers/hashicorp/consul/latest/docs
# vault # https://registry.terraform.io/providers/hashicorp/vault/latest/docs
# nomad # https://registry.terraform.io/providers/hashicorp/nomad/latest/docs
# # postgresql # https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs
]))
# unfree.vault
# openbao
# nomad
# nomad-pack
];
};