Skip to content

Commit

Permalink
Merge pull request #23 from remerge/fix-typo
Browse files Browse the repository at this point in the history
Use uuid for 1Password vault
  • Loading branch information
hollow committed Dec 13, 2023
2 parents 78ec463 + 1bd5c69 commit 73e1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op/secrets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "onepassword_vault" "secrets" {

resource "onepassword_item" "secrets" {
for_each = var.secrets
vault = data.onepassword_vault.secrets.id
vault = data.onepassword_vault.secrets.uuid
title = "${var.prefix}_${each.key}"
category = "password"
password = each.value
Expand Down

0 comments on commit 73e1e4c

Please sign in to comment.