Skip to content

Commit a8e3475

Browse files
committed
test
1 parent 4aa512e commit a8e3475

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

opentofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414

1515
provider "pihole" {
1616
url = var.pihole_url
17-
password = data.vault_kv_secret_v2.pihole.data["api_token"]
17+
password = data.vault_kv_secret_v2.pihole.data["password"]
1818
}
1919

2020
# Variabili di configurazione

opentofu/plan.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

opentofu/plan.tfplan

-44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)