clincha-org / terraform-provider-proxmox

Terraform provider for Proxmox virtual environment
Mozilla Public License 2.0
0 stars 0 forks source link

Progress #1

Closed clincha closed 6 months ago

clincha commented 7 months ago

Started to make the provider locally. Things worth remembering

Tutorial

Terraform config

provider_installation {

  dev_overrides {
      "hashicorp.com/edu/proxmox" = "/home/clincha/go/bin"
  }

  # For all other providers, install them directly from their origin provider
  # registries as normal. If you omit this, Terraform will _only_ use
  # the dev_overrides block, and so no other providers will be available.
  direct {}
}
clincha commented 7 months ago

I need to sort out the git repos because I've cloned from the Hashcorp repo but I want to have this repo with all the code.

21:27:04.067: [terraform-provider-proxmox] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false merge origin/main --no-stat -v
fatal: refusing to merge unrelated histories
clincha commented 6 months ago

https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-resource-create

clincha commented 6 months ago

I've completed the first feature, I'm going to close this and start making real issues for me to start tracking progress