From ce73cf8a9a503b80417ae13553cc79c4c8d4582a Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 21 Sep 2025 10:08:15 +0000 Subject: [PATCH] [deploy-opentofu] --- vaultwarden.tf | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/vaultwarden.tf b/vaultwarden.tf index ef6874e..ffc67c4 100644 --- a/vaultwarden.tf +++ b/vaultwarden.tf @@ -25,10 +25,37 @@ resource "vaultwarden_organization_collection" "vaultwarden-collection-iac" { name = "iac-collection" } - resource "bitwarden_item_login" "administrative-user" { name = "teste" username = "teste" password = "teste" collection_ids = [vaultwarden_organization_collection.vaultwarden-collection-iac.id] -} \ No newline at end of file +} + + +resource "bitwarden_item_secure_note" "hosts-ini" { + name = "iac.ansible.hosts.ini" + notes = <