-
v0.1.1
Stablereleased this
2026-08-09 11:01:01 +00:00 | 0 commits to main since this releaseterraform-provider-dokploy v0.1.1
Gitea cannot serve the Terraform registry protocol, so install through a
filesystem mirror:VERSION=0.1.1 OS_ARCH="$(go env GOOS)_$(go env GOARCH)" DEST=~/.local/share/terraform/plugins/registry.terraform.io/maxvojtkov/dokploy/$VERSION/$OS_ARCH mkdir -p "$DEST" unzip -j terraform-provider-dokploy_${VERSION}_${OS_ARCH}.zip -d "$DEST"Then point Terraform at the mirror -- the exact
~/.terraformrcblock is
printed bymake install.Changelog
209079cf68Stop paying the unreachable cache server's timeout
Downloads