cb67816eee
- have been working on this for some time now
8 lines
180 B
Terraform
8 lines
180 B
Terraform
resource "incus_storage_pool" "this" {
|
|
name = var.name
|
|
driver = var.driver
|
|
description = var.description
|
|
project = var.project
|
|
config = var.config
|
|
}
|