aboutsummaryrefslogtreecommitdiff
path: root/internal (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-02Added identities and jobs datasource usage examplesJulien Dessaux4-0/+34
2023-08-01Implemented project data sourceJulien Dessaux4-0/+93
2023-07-31Implemented identities datasourcev0.0.5Julien Dessaux6-0/+262
2023-07-25Upgrade notesJulien Dessaux1-0/+5
2023-07-23Bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (#3)v0.0.4dependabot[bot]2-6/+6
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 (#2)dependabot[bot]2-9/+12
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29Bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (#1)dependabot[bot]2-12/+12
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26Add jobs datasourcev0.0.3Julien Dessaux4-2/+450
2023-06-24Update projects data source schema to use an extended attributes definitionJulien Dessaux3-14/+24
2023-06-19Terraform registry documentation bootstrapv0.0.2Julien Dessaux9-10/+65
2023-06-19Deactivate 32bits builds because the ksuid library does not support thosev0.0.1Julien Dessaux1-5/+0
тип release failed after 7m3s error=failed to build for freebsd_386: exit status 1: # github.com/exograd/go-daemon/ksuid Error: ../../../go/pkg/mod/github.com/exograd/go-daemon@v0.0.0-20221017152404-800adf39c12f/ksuid/ksuid.go:38:15: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in argument to fmt.Sprintf (overflows) Error: The process '/opt/hostedtoolcache/goreleaser-action/1.18.2/x64/goreleaser' failed with exit code 1
2023-06-19golangci fixesJulien Dessaux2-3/+3
2023-06-19Prepared everything for the first releaseJulien Dessaux23-4/+857
2023-06-18Imported and modified evcli's api client codeJulien Dessaux11-5/+523
2023-06-18Implemented project resourceJulien Dessaux3-16/+162
2023-06-18Implemented projects datasourceJulien Dessaux2-0/+155