Skip to content

Commit 4763d78

Browse files
committed
Fixed typo
1 parent 8ea55f0 commit 4763d78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/azure/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ resource "azurerm_key_vault" "ai_agent" {
2323
object_id = var.object_id
2424

2525
secret_permissions = [
26-
"get",
27-
"list",
28-
"set",
26+
"Get",
27+
"List",
28+
"Set",
2929
]
3030
}
3131
}

0 commit comments

Comments
 (0)