feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "incus_storage_volume" "this" {
|
||||
name = var.name
|
||||
pool = var.pool
|
||||
type = var.type
|
||||
config = var.config
|
||||
description = var.description
|
||||
content_type = var.content_type
|
||||
}
|
||||
Reference in New Issue
Block a user