feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "incus_image" "this" {
|
||||
source_image = {
|
||||
remote = var.remote
|
||||
name = var.name
|
||||
architecture = var.architecture
|
||||
aliases = var.aliases
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user