(venv) [admin01@adm-pc terraform]$ terraform plan
╷
│ Error: Invalid resource type
│
│ on main.tf line 30, in resource "proxmox_vm_qemu" "k8s_srv":
│ 30: resource "proxmox_vm_qemu" "k8s_srv" {
│
│ The provider bpg/proxmox does not support resource type "proxmox_vm_qemu".
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 59, in resource "freeipa_dns_record" "k8s_dns_a":
│ 59: resource "freeipa_dns_record" "k8s_dns_a" {
│
│ The argument "records" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 59, in resource "freeipa_dns_record" "k8s_dns_a":
│ 59: resource "freeipa_dns_record" "k8s_dns_a" {
│
│ The argument "type" is required, but no definition was found.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 63, in resource "freeipa_dns_record" "k8s_dns_a":
│ 63: arecord = ["192.168.0.${201 + count.index}"]
│
│ An argument named "arecord" is not expected here. Did you mean "records"?
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 66, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 66: resource "freeipa_dns_record" "k8s_dns_ptr" {
│
│ The argument "type" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 66, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 66: resource "freeipa_dns_record" "k8s_dns_ptr" {
│
│ The argument "records" is required, but no definition was found.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 70, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 70: ptrrecord = ["k8s-srv${count.index + 1}.au-team.cloud."]
│
│ An argument named "ptrrecord" is not expected here.
╵
(venv) [admin01@adm-pc terraform]$