(venv) [admin01@adm-pc terraform]$ terraform plan
╷
│ Error: Invalid resource type
│
│ on main.tf line 30, in resource "proxmox_virtual_machine" "k8s_srv":
│ 30: resource "proxmox_virtual_machine" "k8s_srv" {
│
│ The provider bpg/proxmox does not support resource type
│ "proxmox_virtual_machine".
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 72, in resource "freeipa_dns_record" "k8s_dns_a":
│ 72: resource "freeipa_dns_record" "k8s_dns_a" {
│
│ The argument "dnszoneidnsname" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 72, in resource "freeipa_dns_record" "k8s_dns_a":
│ 72: resource "freeipa_dns_record" "k8s_dns_a" {
│
│ The argument "idnsname" is required, but no definition was found.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 74, in resource "freeipa_dns_record" "k8s_dns_a":
│ 74: zone = "au-team.cloud"
│
│ An argument named "zone" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 75, in resource "freeipa_dns_record" "k8s_dns_a":
│ 75: name = "k8s-srv${count.index + 1}"
│
│ An argument named "name" is not expected here.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 81, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 81: resource "freeipa_dns_record" "k8s_dns_ptr" {
│
│ The argument "idnsname" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│ on main.tf line 81, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 81: resource "freeipa_dns_record" "k8s_dns_ptr" {
│
│ The argument "dnszoneidnsname" is required, but no definition was found.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 83, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 83: zone = "0.168.192.in-addr.arpa"
│
│ An argument named "zone" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on main.tf line 84, in resource "freeipa_dns_record" "k8s_dns_ptr":
│ 84: name = "${201 + count.index}"
│
│ An argument named "name" is not expected here.
╵
(venv) [admin01@adm-pc terraform]$ ^C
(venv) [admin01@adm-pc terraform]$