observer-tofu is deployed need to learn more before writing nix config to pair
This commit is contained in:
parent
f4fe4e7625
commit
63e24789a2
5 changed files with 76 additions and 11 deletions
8
incus/providers.tf
Normal file
8
incus/providers.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
incus = {
|
||||
source = "lxc/incus"
|
||||
version = "0.3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue