terraform-provider-truenas
terraform-provider-truenas copied to clipboard
Experimental terraform provider to manage TrueNAS server
Howdy. Curious if you can provide an example of how one might specify DataSet nesting > 2 using the `truenas_dataset` resource? This works great for
👋 thanks for all your work building this! I'm curious if it would be possible to support building out the stack to allow for apps to be deployed using the...
* Update docs with `tfplugindocs` * Add Group resource * Add User resource * Implement rudimentary translation between TrueNAS Middleware Group/User IDs and system (BSD) Group/User IDs for consistent UX...
Previously, the NFS share API at /api/2.0/sharing/nfs had more fields, but as of TrueNAS 22.12.3, it's been reduced to the following four fields: `path` local path to be exported. `aliases`...
On TrueNAS-SCALE-22.12.0 the NFS share endpoint has a `path` parameter but no `paths` parameter. Just a data point, not sure what would be the best fix to maintain compatibility with...
I'm curious as to how people are provisioning their VMs using this provider. Ideally, I'm trying to provision a VM that is running Flatcar to use as an in-house K3S/K8S...
Hello, cool provider, would like to use it to create iscsi shares. It looks looks like its in the api, I can see about getting it to work with the...
here is the error log: truenas_dataset.Default: Import prepared! Prepared truenas_dataset for import truenas_dataset.Default: Refreshing state... [id=Samsung] ╷ │ Error: Plugin did not respond │ │ The plugin encountered an error,...
Attempting to import the Top level dataset (System Dataset Pool) causes the plugin to crash with an 'out of bounds' error. ``` > terraform import truenas_dataset.main "main" truenas_dataset.main: Importing from...
Default option when creating a dataset through the webUI is `Inherit`, but the plugin doesn't allow `Inherit` as an option. ``` >terraform plan ╷ │ Error: expected compression to be...