Skip to content

Commit

Permalink
chore!: move to orange
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Dec 30, 2024
1 parent 126f90b commit 03481ff
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 27 deletions.
Empty file removed .gitmodules
Empty file.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div align="center">
<a href="https://github.com/FrangipaneTeam/terraform-plugin-framework-superschema/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/FrangipaneTeam/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41&include_prerelease&sort=semver" />
<a href="https://github.com/orange-cloudavenue/terraform-plugin-framework-superschema/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/orange-cloudavenue/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41&include_prerelease&sort=semver" />
</a>
<a href="https://github.com/FrangipaneTeam/terraform-plugin-framework-superschema/pulse">
<img alt="Last commit" src="https://img.shields.io/github/last-commit/FrangipaneTeam/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41"/>
<a href="https://github.com/orange-cloudavenue/terraform-plugin-framework-superschema/pulse">
<img alt="Last commit" src="https://img.shields.io/github/last-commit/orange-cloudavenue/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41"/>
</a>
<a href="https://github.com/FrangipaneTeam/terraform-plugin-framework-superschema/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/FrangipaneTeam/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=c69ff5&logoColor=D9E0EE&labelColor=302D41" />
<a href="https://github.com/orange-cloudavenue/terraform-plugin-framework-superschema/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/orange-cloudavenue/terraform-plugin-framework-superschema?style=for-the-badge&logo=starship&color=c69ff5&logoColor=D9E0EE&labelColor=302D41" />
</a>
<a href="https://github.com/FrangipaneTeam/terraform-plugin-framework-superschema/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/FrangipaneTeam/terraform-plugin-framework-superschema?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41" />
<a href="https://github.com/orange-cloudavenue/terraform-plugin-framework-superschema/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/orange-cloudavenue/terraform-plugin-framework-superschema?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41" />
</a>
</div>

Expand Down
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
module github.com/FrangipaneTeam/terraform-plugin-framework-superschema

go 1.21
toolchain go1.23.0
go 1.22.0

toolchain go1.23.1

require (
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.4.0
github.com/hashicorp/terraform-plugin-framework v1.13.0
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
github.com/iancoleman/strcase v0.3.0
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0
)

require (
github.com/fatih/color v1.17.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.4.0 h1:5lFfjKOhBxBQNwQ63PZWBc5Unqgi5ppYq9RDoN05N+k=
github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.4.0/go.mod h1:klzXBi/0nMGXBh4bzRjP2wef+HE6rfCMia81Glc2+eY=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -31,6 +29,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=
github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 h1:0rogLDkZ5gbdEs0zNQ3orqLaLk5gwwF+8LxsnqWCcN8=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0/go.mod h1:16/Jv7sxRN3PhKkb7I2LAi7gtpQju65Kd+jmlE2st04=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
2 changes: 1 addition & 1 deletion superbool_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperBoolAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superfloat64_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperFloat64Attribute{}
Expand Down
2 changes: 1 addition & 1 deletion superint64_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperInt64Attribute{}
Expand Down
2 changes: 1 addition & 1 deletion superlist_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
"github.com/hashicorp/terraform-plugin-framework/attr"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperListAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superlist_nested_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperListNestedAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion supermap_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
"github.com/hashicorp/terraform-plugin-framework/attr"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperMapAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion supermap_nested_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperMapNestedAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion supernumber_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperNumberAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superobject_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperObjectAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superset_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
"github.com/hashicorp/terraform-plugin-framework/attr"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperSetAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superset_nested_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperSetNestedAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion supersingle_nested_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
"github.com/hashicorp/terraform-plugin-framework/attr"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperSingleNestedAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion superstring_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperStringAttribute{}
Expand Down
2 changes: 1 addition & 1 deletion supertype_attribute.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package superschema
import (
"context"

"github.com/FrangipaneTeam/terraform-plugin-framework-supertypes"
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"

{{- if or (eq .TypeName "SingleNested") }}
"github.com/hashicorp/terraform-plugin-framework/attr"
Expand Down

0 comments on commit 03481ff

Please sign in to comment.