mirror of
https://github.com/Telmate/terraform-provider-proxmox.git
synced 2025-12-18 22:46:04 -05:00
parent
8f9e2ab413
commit
cc1c74fc8c
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/Telmate/terraform-provider-proxmox
|
||||
module github.com/Telmate/terraform-provider-proxmox/v2
|
||||
|
||||
go 1.19
|
||||
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
|
||||
"github.com/Telmate/terraform-provider-proxmox/proxmox"
|
||||
"github.com/Telmate/terraform-provider-proxmox/v2/proxmox"
|
||||
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
|
||||
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue