Skip to content

Commit

Permalink
Fixes 370: moves ovirt to internal directory (#397)
Browse files Browse the repository at this point in the history
Fixes #370: moves ovirt to internal directory
  • Loading branch information
engelmi authored May 25, 2022
1 parent 7b956a8 commit 0342188
Show file tree
Hide file tree
Showing 45 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions generate.go

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions internal/ovirt/testimage
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"

"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
"github.com/ovirt/terraform-provider-ovirt/ovirt"
"github.com/ovirt/terraform-provider-ovirt/internal/ovirt"
)

func main() {
Expand Down
1 change: 0 additions & 1 deletion ovirt/testimage

This file was deleted.

8 changes: 6 additions & 2 deletions tools.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
//go:build tools
// +build tools
//go:build generate
// +build generate

package main

import (
_ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs"
)

//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs

//go:generate go run scripts/get_test_image/get_test_image.go

0 comments on commit 0342188

Please sign in to comment.