A Terraform provider for Dokploy
Plugin-framework provider covering projects, environments, applications, Compose stacks, managed databases, domains, mounts, ports, redirects, basic auth, registries, SSH keys, certificates and backup destinations, over Dokploy's tRPC-over-REST API. The shim package exposes the provider to other Go modules, which is how pulumi-dokploy bridges it.
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Compiled provider
|
||||
terraform-provider-dokploy
|
||||
dist/
|
||||
|
||||
# Terraform / OpenTofu working files
|
||||
**/.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
*.tfplan
|
||||
crash.log
|
||||
crash.*.log
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# Never commit these: they hold credentials
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
!example.tfvars
|
||||
|
||||
# Go
|
||||
vendor/
|
||||
*.test
|
||||
coverage.out
|
||||
Reference in New Issue
Block a user