7 lines
98 B
HCL
7 lines
98 B
HCL
resource "garage_key" "key" {
|
|
name = var.name
|
|
permissions = {
|
|
create_bucket = false
|
|
}
|
|
}
|