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
11
incus/buckets.tf
Normal file
11
incus/buckets.tf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
# resource "incus_storage_bucket" "mybucket" {
|
||||
# name = "bucket1"
|
||||
# pool = "pool1"
|
||||
# project = "proj"
|
||||
# }
|
||||
|
||||
# import {
|
||||
# to = incus_storage_bucket.mybucket
|
||||
# id = "proj/pool1/mybucket"
|
||||
# }
|
||||
Reference in a new issue