Skip to content

Commit

Permalink
feat: swap to login
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Nov 20, 2024
1 parent 31a87f4 commit 8af053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/minio/modules/create-secret/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "onepassword_item" "item" {
vault = var.onepassword_vault
title = var.name
category = "password"
category = "login"
username = var.username
password = var.password

Expand Down

0 comments on commit 8af053b

Please sign in to comment.