mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
fix(lxc): add support for 'nixos' (#387)
This commit is contained in:
parent
91467037d5
commit
23a519475d
@ -35,12 +35,12 @@ We expect that all commit messages follow the
|
||||
|
||||
Please use the `scope` field to indicate the area of the codebase that is being
|
||||
changed. For example, `vm` for changes in the Virtual Machine resource, or
|
||||
`lcx` for changes in the Container resource.
|
||||
`lxc` for changes in the Container resource.
|
||||
|
||||
Common scopes are:
|
||||
|
||||
- `vm` - Virtual Machine resources
|
||||
- `lcx` - Container resources
|
||||
- `lxc` - Container resources
|
||||
- `provider` - Provider configuration and resources
|
||||
- `core` - Core libraries and utilities
|
||||
- `docs` - Documentation
|
||||
|
@ -1486,6 +1486,7 @@ func containerGetOperatingSystemTypeValidator() schema.SchemaValidateDiagFunc {
|
||||
"debian",
|
||||
"fedora",
|
||||
"gentoo",
|
||||
"nixos",
|
||||
"opensuse",
|
||||
"ubuntu",
|
||||
"unmanaged",
|
||||
|
Loading…
Reference in New Issue
Block a user