Skip to content

Commit

Permalink
fix: kaytu to opengovernance
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Oct 14, 2024
1 parent ccb892d commit 6abd29a
Show file tree
Hide file tree
Showing 872 changed files with 2,878 additions and 2,883 deletions.
2 changes: 1 addition & 1 deletion .release/release-metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

url_docker_registry_dockerhub = "https://hub.docker.com/r/github.com/hashicorp/terraform"
url_docker_registry_ecr = "https://gallery.ecr.aws/github.com/hashicorp/terraform"
url_license = "https://github.com/kaytu-io/terraform-package/blob/main/LICENSE"
url_license = "https://github.com/opengovern/terraform-package/blob/main/LICENSE"
url_project_website = "https://www.terraform.io"
url_source_repository = "https://github.com/hashicorp/terraform"
4 changes: 2 additions & 2 deletions .tfdev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version_info {
version_var = "github.com/kaytu-io/terraform-package/version.Version"
prerelease_var = "github.com/kaytu-io/terraform-package/version.Prerelease"
version_var = "github.com/opengovern/terraform-package/version.Version"
prerelease_var = "github.com/opengovern/terraform-package/version.Prerelease"
}

version_exec = false
Expand Down
36 changes: 18 additions & 18 deletions BUGPROCESS.md

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ BUG FIXES:

For information on prior major and minor releases, see their changelogs:

* [v1.4](https://github.com/kaytu-io/terraform-package/blob/v1.4/CHANGELOG.md)
* [v1.3](https://github.com/kaytu-io/terraform-package/blob/v1.3/CHANGELOG.md)
* [v1.2](https://github.com/kaytu-io/terraform-package/blob/v1.2/CHANGELOG.md)
* [v1.1](https://github.com/kaytu-io/terraform-package/blob/v1.1/CHANGELOG.md)
* [v1.0](https://github.com/kaytu-io/terraform-package/blob/v1.0/CHANGELOG.md)
* [v0.15](https://github.com/kaytu-io/terraform-package/blob/v0.15/CHANGELOG.md)
* [v0.14](https://github.com/kaytu-io/terraform-package/blob/v0.14/CHANGELOG.md)
* [v0.13](https://github.com/kaytu-io/terraform-package/blob/v0.13/CHANGELOG.md)
* [v0.12](https://github.com/kaytu-io/terraform-package/blob/v0.12/CHANGELOG.md)
* [v0.11 and earlier](https://github.com/kaytu-io/terraform-package/blob/v0.11/CHANGELOG.md)
* [v1.4](https://github.com/opengovern/terraform-package/blob/v1.4/CHANGELOG.md)
* [v1.3](https://github.com/opengovern/terraform-package/blob/v1.3/CHANGELOG.md)
* [v1.2](https://github.com/opengovern/terraform-package/blob/v1.2/CHANGELOG.md)
* [v1.1](https://github.com/opengovern/terraform-package/blob/v1.1/CHANGELOG.md)
* [v1.0](https://github.com/opengovern/terraform-package/blob/v1.0/CHANGELOG.md)
* [v0.15](https://github.com/opengovern/terraform-package/blob/v0.15/CHANGELOG.md)
* [v0.14](https://github.com/opengovern/terraform-package/blob/v0.14/CHANGELOG.md)
* [v0.13](https://github.com/opengovern/terraform-package/blob/v0.13/CHANGELOG.md)
* [v0.12](https://github.com/opengovern/terraform-package/blob/v0.12/CHANGELOG.md)
* [v0.11 and earlier](https://github.com/opengovern/terraform-package/blob/v0.11/CHANGELOG.md)
4 changes: 2 additions & 2 deletions checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"path/filepath"

"github.com/hashicorp/go-checkpoint"
"github.com/kaytu-io/terraform-package/external/command"
"github.com/kaytu-io/terraform-package/external/command/cliconfig"
"github.com/opengovern/terraform-package/external/command"
"github.com/opengovern/terraform-package/external/command/cliconfig"
)

func init() {
Expand Down
16 changes: 8 additions & 8 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import (
svchost "github.com/hashicorp/terraform-svchost"
"github.com/hashicorp/terraform-svchost/auth"
"github.com/hashicorp/terraform-svchost/disco"
"github.com/kaytu-io/terraform-package/external/addrs"
"github.com/kaytu-io/terraform-package/external/command"
"github.com/kaytu-io/terraform-package/external/command/cliconfig"
"github.com/kaytu-io/terraform-package/external/command/views"
"github.com/kaytu-io/terraform-package/external/command/webbrowser"
"github.com/kaytu-io/terraform-package/external/getproviders"
pluginDiscovery "github.com/kaytu-io/terraform-package/external/plugin/discovery"
"github.com/kaytu-io/terraform-package/external/terminal"
"github.com/opengovern/terraform-package/external/addrs"
"github.com/opengovern/terraform-package/external/command"
"github.com/opengovern/terraform-package/external/command/cliconfig"
"github.com/opengovern/terraform-package/external/command/views"
"github.com/opengovern/terraform-package/external/command/webbrowser"
"github.com/opengovern/terraform-package/external/getproviders"
pluginDiscovery "github.com/opengovern/terraform-package/external/plugin/discovery"
"github.com/opengovern/terraform-package/external/terminal"
)

// runningInAutomationEnvName gives the name of an environment variable that
Expand Down
88 changes: 44 additions & 44 deletions docs/architecture.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin5.2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin5";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin5";

package tfplugin5;

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin5.3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin5";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin5";

package tfplugin5;

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin6.0.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin6";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin6";

package tfplugin6;

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin6.1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin6";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin6";

package tfplugin6;

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin6.2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin6";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin6";

package tfplugin6;

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/tfplugin6.3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// branch or any other development branch.
//
syntax = "proto3";
option go_package = "github.com/kaytu-io/terraform-package/external/tfplugin6";
option go_package = "github.com/opengovern/terraform-package/external/tfplugin6";

package tfplugin6;

Expand Down
2 changes: 1 addition & 1 deletion external/addrs/checkable.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"

"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// Checkable is an interface implemented by all address types that can contain
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/module_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/zclconf/go-cty/cty"
"github.com/zclconf/go-cty/cty/gocty"

"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// ModuleInstance is an address for a particular module instance within the
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/module_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

tfaddr "github.com/hashicorp/terraform-registry-address"
"github.com/kaytu-io/terraform-package/external/getmodules"
"github.com/opengovern/terraform-package/external/getmodules"
)

// ModuleSource is the general type for all three of the possible module source
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/move_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"fmt"

"github.com/hashicorp/hcl/v2"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// MoveEndpoint is to AbsMoveable and ConfigMoveable what Target is to
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/move_endpoint_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/zclconf/go-cty/cty"

"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// anyKeyImpl is the InstanceKey representation indicating a wildcard, which
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/move_endpoint_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

func TestModuleInstanceMoveDestination(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/output_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"

"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// OutputValue is the address of an output value, in the context of the module
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/parse_ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"
)

Expand Down
2 changes: 1 addition & 1 deletion external/addrs/parse_ref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/go-test/deep"
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"
)

Expand Down
2 changes: 1 addition & 1 deletion external/addrs/parse_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/hcl/v2/hclsyntax"

"github.com/hashicorp/hcl/v2"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// Target describes a targeted address with source location information.
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/parse_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/go-test/deep"
"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclsyntax"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

func TestParseTarget(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/hcl/v2"
tfaddr "github.com/hashicorp/terraform-registry-address"
svchost "github.com/hashicorp/terraform-svchost"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// Provider encapsulates a single provider type. In the future this will be
Expand Down
2 changes: 1 addition & 1 deletion external/addrs/provider_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"fmt"
"strings"

"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"

"github.com/hashicorp/hcl/v2"
Expand Down
26 changes: 13 additions & 13 deletions external/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ import (
"log"
"os"

"github.com/kaytu-io/terraform-package/external/addrs"
"github.com/kaytu-io/terraform-package/external/command/clistate"
"github.com/kaytu-io/terraform-package/external/command/views"
"github.com/kaytu-io/terraform-package/external/configs"
"github.com/kaytu-io/terraform-package/external/configs/configload"
"github.com/kaytu-io/terraform-package/external/configs/configschema"
"github.com/kaytu-io/terraform-package/external/depsfile"
"github.com/kaytu-io/terraform-package/external/plans"
"github.com/kaytu-io/terraform-package/external/plans/planfile"
"github.com/kaytu-io/terraform-package/external/states"
"github.com/kaytu-io/terraform-package/external/states/statemgr"
"github.com/kaytu-io/terraform-package/external/terraform"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/mitchellh/go-homedir"
"github.com/opengovern/terraform-package/external/addrs"
"github.com/opengovern/terraform-package/external/command/clistate"
"github.com/opengovern/terraform-package/external/command/views"
"github.com/opengovern/terraform-package/external/configs"
"github.com/opengovern/terraform-package/external/configs/configload"
"github.com/opengovern/terraform-package/external/configs/configschema"
"github.com/opengovern/terraform-package/external/depsfile"
"github.com/opengovern/terraform-package/external/plans"
"github.com/opengovern/terraform-package/external/plans/planfile"
"github.com/opengovern/terraform-package/external/states"
"github.com/opengovern/terraform-package/external/states/statemgr"
"github.com/opengovern/terraform-package/external/terraform"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"
)

Expand Down
4 changes: 2 additions & 2 deletions external/backend/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/mitchellh/cli"
"github.com/mitchellh/colorstring"

"github.com/kaytu-io/terraform-package/external/terminal"
"github.com/kaytu-io/terraform-package/external/terraform"
"github.com/opengovern/terraform-package/external/terminal"
"github.com/opengovern/terraform-package/external/terraform"
)

// CLI is an optional interface that can be implemented to be initialized
Expand Down
2 changes: 1 addition & 1 deletion external/backend/init/deprecate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package init
import (
"testing"

"github.com/kaytu-io/terraform-package/external/backend/remote-state/inmem"
"github.com/opengovern/terraform-package/external/backend/remote-state/inmem"
"github.com/zclconf/go-cty/cty"
)

Expand Down
30 changes: 15 additions & 15 deletions external/backend/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ import (
"sync"

"github.com/hashicorp/terraform-svchost/disco"
"github.com/kaytu-io/terraform-package/external/backend"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/backend"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"

backendLocal "github.com/kaytu-io/terraform-package/external/backend/local"
backendRemote "github.com/kaytu-io/terraform-package/external/backend/remote"
backendAzure "github.com/kaytu-io/terraform-package/external/backend/remote-state/azure"
backendConsul "github.com/kaytu-io/terraform-package/external/backend/remote-state/consul"
backendCos "github.com/kaytu-io/terraform-package/external/backend/remote-state/cos"
backendGCS "github.com/kaytu-io/terraform-package/external/backend/remote-state/gcs"
backendHTTP "github.com/kaytu-io/terraform-package/external/backend/remote-state/http"
backendInmem "github.com/kaytu-io/terraform-package/external/backend/remote-state/inmem"
backendKubernetes "github.com/kaytu-io/terraform-package/external/backend/remote-state/kubernetes"
backendOSS "github.com/kaytu-io/terraform-package/external/backend/remote-state/oss"
backendPg "github.com/kaytu-io/terraform-package/external/backend/remote-state/pg"
backendS3 "github.com/kaytu-io/terraform-package/external/backend/remote-state/s3"
backendCloud "github.com/kaytu-io/terraform-package/external/cloud"
backendLocal "github.com/opengovern/terraform-package/external/backend/local"
backendRemote "github.com/opengovern/terraform-package/external/backend/remote"
backendAzure "github.com/opengovern/terraform-package/external/backend/remote-state/azure"
backendConsul "github.com/opengovern/terraform-package/external/backend/remote-state/consul"
backendCos "github.com/opengovern/terraform-package/external/backend/remote-state/cos"
backendGCS "github.com/opengovern/terraform-package/external/backend/remote-state/gcs"
backendHTTP "github.com/opengovern/terraform-package/external/backend/remote-state/http"
backendInmem "github.com/opengovern/terraform-package/external/backend/remote-state/inmem"
backendKubernetes "github.com/opengovern/terraform-package/external/backend/remote-state/kubernetes"
backendOSS "github.com/opengovern/terraform-package/external/backend/remote-state/oss"
backendPg "github.com/opengovern/terraform-package/external/backend/remote-state/pg"
backendS3 "github.com/opengovern/terraform-package/external/backend/remote-state/s3"
backendCloud "github.com/opengovern/terraform-package/external/cloud"
)

// backends is the list of available backends. This is a global variable
Expand Down
14 changes: 7 additions & 7 deletions external/backend/local/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import (
"sort"
"sync"

"github.com/kaytu-io/terraform-package/external/backend"
"github.com/kaytu-io/terraform-package/external/command/views"
"github.com/kaytu-io/terraform-package/external/configs/configschema"
"github.com/kaytu-io/terraform-package/external/logging"
"github.com/kaytu-io/terraform-package/external/states/statemgr"
"github.com/kaytu-io/terraform-package/external/terraform"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/backend"
"github.com/opengovern/terraform-package/external/command/views"
"github.com/opengovern/terraform-package/external/configs/configschema"
"github.com/opengovern/terraform-package/external/logging"
"github.com/opengovern/terraform-package/external/states/statemgr"
"github.com/opengovern/terraform-package/external/terraform"
"github.com/opengovern/terraform-package/external/tfdiags"
"github.com/zclconf/go-cty/cty"
)

Expand Down
18 changes: 9 additions & 9 deletions external/backend/local/backend_apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import (
"log"
"time"

"github.com/kaytu-io/terraform-package/external/backend"
"github.com/kaytu-io/terraform-package/external/command/views"
"github.com/kaytu-io/terraform-package/external/logging"
"github.com/kaytu-io/terraform-package/external/plans"
"github.com/kaytu-io/terraform-package/external/states"
"github.com/kaytu-io/terraform-package/external/states/statefile"
"github.com/kaytu-io/terraform-package/external/states/statemgr"
"github.com/kaytu-io/terraform-package/external/terraform"
"github.com/kaytu-io/terraform-package/external/tfdiags"
"github.com/opengovern/terraform-package/external/backend"
"github.com/opengovern/terraform-package/external/command/views"
"github.com/opengovern/terraform-package/external/logging"
"github.com/opengovern/terraform-package/external/plans"
"github.com/opengovern/terraform-package/external/states"
"github.com/opengovern/terraform-package/external/states/statefile"
"github.com/opengovern/terraform-package/external/states/statemgr"
"github.com/opengovern/terraform-package/external/terraform"
"github.com/opengovern/terraform-package/external/tfdiags"
)

// test hook called between plan+apply during opApply
Expand Down
Loading

0 comments on commit 6abd29a

Please sign in to comment.