2b61749be3
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@prologin.org>
7 lines
115 B
HCL
7 lines
115 B
HCL
resource "garage_key" "key" {
|
|
name = "key"
|
|
permissions = {
|
|
create_bucket = true // defaults to false
|
|
}
|
|
}
|