0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-26 05:15:39 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pavel Boldyrev
03203dc4f3
refactor: simplify genericAttributesWith function signature and logic
- Updated the genericAttributesWith function to accept a single map of attributes instead of a variadic argument.
- Improved the logic to initialize and merge attributes, ensuring that extra attributes can override the generic ones.
- Adjusted the SimpleResource schema to call genericAttributesWith with nil for clarity.

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 21:15:17 -04:00
Pavel Boldyrev
12cc3298e9
cleanup
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 21:15:15 -04:00
Pavel Boldyrev
bf19edb12d
add other zone types
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 21:15:14 -04:00
Pavel Boldyrev
21059a6aa4
add simple zone resource
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-07-30 21:15:13 -04:00