chore: update provider source to tfmm and add Gemini assistance note

This commit is contained in:
2026-06-01 11:48:44 -04:00
parent f2b245f31a
commit ef9c052995
41 changed files with 44 additions and 42 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import (
"log"
"github.com/hashicorp/terraform-plugin-framework/providerserver"
"github.com/immich-app/terraform-provider-immich/internal/provider"
"github.com/tfmm/terraform-provider-immich/internal/provider"
)
// Run "go generate" to format example terraform files and generate the docs for the registry/website.
@@ -31,7 +31,7 @@ func main() {
flag.Parse()
opts := providerserver.ServeOpts{
Address: "registry.terraform.io/immich-app/immich",
Address: "registry.terraform.io/tfmm/immich",
Debug: debug,
}