# resource "incus_storage_bucket" "mybucket" { # name = "bucket1" # pool = "pool1" # project = "proj" # } # import { # to = incus_storage_bucket.mybucket # id = "proj/pool1/mybucket" # }