mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
* feat(vm): add RNG device support This commit adds support for configuring the Random Number Generator (RNG) device for virtual machines in both the VM resource and datasource. The implementation includes: - New schema and model for RNG configuration - Support for setting RNG source, max_bytes, and period - Updated documentation for RNG configuration - Test cases for RNG configuration - Integration with VM creation, update, and read operations --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
54 lines
574 B
Plaintext
54 lines
574 B
Plaintext
/example/terraform-provider-*
|
|
/pkg/
|
|
/test/
|
|
/website/.vagrant
|
|
/website/.bundle
|
|
/website/build
|
|
/website/node_modules
|
|
/website/vendor
|
|
|
|
autogenerated/
|
|
bin/
|
|
build/
|
|
cache/
|
|
dist/
|
|
modules-dev/
|
|
|
|
.terraform/
|
|
.vagrant/
|
|
.run/
|
|
|
|
*~
|
|
*#
|
|
*.backup
|
|
*.bak
|
|
*.dll
|
|
*.exe
|
|
*.iml
|
|
*.lock.hcl
|
|
*.log
|
|
*.test
|
|
*.tfplan
|
|
*.tfstate
|
|
*.tfstate.lock.info
|
|
*.tfvars
|
|
*.env
|
|
id_rsa.pub
|
|
|
|
.*.swp
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Test exclusions
|
|
!command/test-fixtures/**/*.tfstate
|
|
!command/test-fixtures/**/.terraform/
|
|
|
|
# Binary
|
|
terraform-provider-proxmox*
|
|
|
|
# VScode / Cursor
|
|
.vscode/settings.json
|
|
.cursor/
|
|
.cursorrules
|
|
coverage.out
|