Skip to content

Commit

Permalink
Merge pull request #10 from wallix/fix_github
Browse files Browse the repository at this point in the history
Fixed old reference to claranet repository
  • Loading branch information
bsimonWallix authored Jan 3, 2024
2 parents ba8f1cf + d36f18c commit 6dd2f99
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bastion/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"

Check failure on line 8 in bastion/provider_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofmt`-ed with `-s` (gofmt)
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)
Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_authdomain_ad_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

Check failure on line 6 in bastion/resource_authdomain_ad_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"

Check failure on line 7 in bastion/resource_authdomain_ad_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofmt`-ed with `-s` (gofmt)
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_authdomain_ldap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

Check failure on line 6 in bastion/resource_authdomain_ldap_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"

Check failure on line 7 in bastion/resource_authdomain_ldap_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofmt`-ed with `-s` (gofmt)
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_authdomain_mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)
Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_externalauth_saml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

Check failure on line 7 in bastion/resource_externalauth_saml_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_ldapdomain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_ldapmapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion bastion/resource_profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/claranet/terraform-provider-wallix-bastion
module github.com/wallix/terraform-provider-wallix-bastion

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/claranet/terraform-provider-wallix-bastion/bastion"
"github.com/wallix/terraform-provider-wallix-bastion/bastion"

"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
)
Expand Down

0 comments on commit 6dd2f99

Please sign in to comment.