feat: initial implementation with docs and system_config
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
resource "immich_api_key" "example" {
|
||||
name = "Example API Key"
|
||||
permissions = ["asset.read", "asset.upload"]
|
||||
}
|
||||
Reference in New Issue
Block a user