You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ pre-commit run --all-files
74
74
75
75
## Release Process (Maintainers)
76
76
77
-
Releases are automated via Makefile targets. All releases are GPG-signed and published to the [Terraform Registry](https://registry.terraform.io/providers/jfreed-dev/turingpi).
77
+
Releases are automated via Makefile targets. All releases are GPG-signed and published to the [Terraform Registry](https://registry.terraform.io/providers/freed-dev-llc/turingpi).
78
78
79
79
### Creating a Release
80
80
@@ -100,8 +100,8 @@ make release-prep VERSION=1.0.10
100
100
### Post-Release
101
101
102
102
After the release workflow completes:
103
-
1. Verify the release on [GitHub Releases](https://github.com/jfreed-dev/terraform-provider-turingpi/releases)
104
-
2. Confirm it appears on [Terraform Registry](https://registry.terraform.io/providers/jfreed-dev/turingpi)
103
+
1. Verify the release on [GitHub Releases](https://github.com/freed-dev-llc/terraform-provider-turingpi/releases)
104
+
2. Confirm it appears on [Terraform Registry](https://registry.terraform.io/providers/freed-dev-llc/turingpi)
A Terraform provider for managing Turing Pi's Baseboard Management Controller (BMC), enabling power management, firmware flashing, and node provisioning.
@@ -29,7 +29,7 @@ A Terraform provider for managing Turing Pi's Baseboard Management Controller (B
29
29
30
30
## Terraform Modules
31
31
32
-
For cluster deployment, we recommend using the composable [terraform-turingpi-modules](https://github.com/jfreed-dev/terraform-turingpi-modules) repository:
32
+
For cluster deployment, we recommend using the composable [terraform-turingpi-modules](https://github.com/freed-dev-llc/terraform-turingpi-modules) repository:
33
33
34
34
| Module | Description |
35
35
|--------|-------------|
@@ -48,30 +48,30 @@ The modules repository includes helper scripts for cluster lifecycle management:
|[`find-armbian-image.sh`](https://github.com/freed-dev-llc/terraform-turingpi-modules/blob/main/scripts/find-armbian-image.sh)| Find Armbian images and generate autoconfig files |
55
55
56
56
> **Note:** The `turingpi_k3s_cluster` and `turingpi_talos_cluster` resources are deprecated and will be removed in v2.0.0. See the [Migration Guide](docs/MIGRATION.md) for upgrade instructions.
57
57
58
58
## Documentation
59
59
60
60
-**[Architecture](docs/ARCHITECTURE.md)** - System diagrams, data flows, and component interactions
61
61
-**[Migration Guide](docs/MIGRATION.md)** - Migrate from deprecated cluster resources
The provider is available on the [Terraform Registry](https://registry.terraform.io/providers/jfreed-dev/turingpi). Terraform will automatically download it when you run `terraform init`.
66
+
The provider is available on the [Terraform Registry](https://registry.terraform.io/providers/freed-dev-llc/turingpi). Terraform will automatically download it when you run `terraform init`.
Copy file name to clipboardExpand all lines: docs/MIGRATION.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Migration Guide: Cluster Resources to Terraform Modules
2
2
3
-
This guide helps you migrate from the deprecated `turingpi_k3s_cluster` and `turingpi_talos_cluster` resources to the new [terraform-turingpi-modules](https://github.com/jfreed-dev/terraform-turingpi-modules) repository.
3
+
This guide helps you migrate from the deprecated `turingpi_k3s_cluster` and `turingpi_talos_cluster` resources to the new [terraform-turingpi-modules](https://github.com/freed-dev-llc/terraform-turingpi-modules) repository.
0 commit comments