terraform-provider-truenas

(★ 31)

Terraform provider for TrueNAS SCALE and Community editions

File Explorer

  • .gitignore
  • .goreleaser.yml
  • CHANGELOG.md
  • CLAUDE.md
  • cliff.toml
  • go.mod
  • go.sum
  • GPG_PUBLIC_KEY.asc
  • LICENSE
  • main.go
  • mise.toml
  • README.md
  • terraform-registry-manifest.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ssh

View Details ▼

Secure Shell is a protocol used to securely log onto remote systems.
It can be used for logging or executing commands on a remote server.

ssh {{username}}@{{remote_host}}

Connect to a remote server:

ssh {{username}}@{{remote_host}} -i {{path/to/key_file}}

Connect to a remote server with a specific [i]dentity (private key):

ssh {{username}}@10.0.0.1 -p {{2222}}

Connect to a remote server with IP `10.0.0.1` and using a specific [p]ort (Note: `10.0.0.1` can be shortened to `10.1`):

🔍

terraform

View Details ▼

Create and deploy infrastructure as code to cloud providers.

terraform init

Initialize a new or existing Terraform configuration:

terraform validate

Verify that the configuration files are syntactically valid:

terraform fmt

Format configuration according to Terraform language style conventions:

# Project Badges

// repository documentation