0
0
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:
Oto Petřík 2023-06-28 03:46:35 +02:00 committed by GitHub
parent 91467037d5
commit 23a519475d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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 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 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: Common scopes are:
- `vm` - Virtual Machine resources - `vm` - Virtual Machine resources
- `lcx` - Container resources - `lxc` - Container resources
- `provider` - Provider configuration and resources - `provider` - Provider configuration and resources
- `core` - Core libraries and utilities - `core` - Core libraries and utilities
- `docs` - Documentation - `docs` - Documentation

View File

@ -1486,6 +1486,7 @@ func containerGetOperatingSystemTypeValidator() schema.SchemaValidateDiagFunc {
"debian", "debian",
"fedora", "fedora",
"gentoo", "gentoo",
"nixos",
"opensuse", "opensuse",
"ubuntu", "ubuntu",
"unmanaged", "unmanaged",