Selena Goods
0e8c7a41f5
Replace tenv
and exportloopref
linters with usetesting
and copyloopvar
( #278 )
2025-02-26 11:46:56 -05:00
dependabot[bot]
9bfaeabbed
Bump github.com/hashicorp/terraform-plugin-framework ( #275 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.13.0 to 1.14.1.
- [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.13.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2025-02-24 11:11:22 -05:00
dependabot[bot]
5aaacfc46d
Bump github.com/hashicorp/copywrite from 0.20.0 to 0.21.0 in /tools ( #274 )
...
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite ) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/hashicorp/copywrite/releases )
- [Changelog](https://github.com/hashicorp/copywrite/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/hashicorp/copywrite/compare/v0.20.0...v0.21.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/copywrite
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>
2025-02-24 10:55:23 -05:00
hashicorp-tsccr[bot]
aab67ec5a1
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #272 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2025-02-19 08:21:20 -05:00
hashicorp-tsccr[bot]
39d463c50c
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #271 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2025-02-03 12:16:34 -05:00
hashicorp-tsccr[bot]
20195b8010
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #270 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2025-01-27 10:29:52 -05:00
Bruno Schaatsbergen
11832f6fc8
tools: bump copywrite
to v0.20.0 ( #269 )
...
`copywrite` required a patch due to a vulnerability that was fixed in `go-gh`.
2025-01-24 14:50:20 -05:00
dependabot[bot]
65ca97f469
Bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools ( #268 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.23.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 09:33:53 -05:00
dependabot[bot]
40abb86019
Bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 ( #267 )
...
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go ) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-go/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-go
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>
2025-01-24 09:26:33 -05:00
Bruno Schaatsbergen
8934cc1ded
provider: migrate to the new plugin testing API ( #266 )
...
Migrating from the legacy plugin testing API to the new plan and state check API, which provides improved testing capabilities.
2025-01-22 11:03:57 -05:00
Austin Valle
2eaa836f99
Update dependabot config to include tools directory ( #265 )
...
* Update dependabot config to include `tools` directory
* Update dependabot.yml
* Update dependabot.yml
2025-01-13 10:46:00 -05:00
Bruno Schaatsbergen
3cdbd2dca9
add ephemeral example resource ( #264 )
...
* eph: add ephemeral resource
Adds a new example ephemeral resource using a required configurable attribute and an example ID.
* tools: bump terraform-plugin-docs
Bump to the latest stable release, as it includes support for ephemeral resource documentation generation.
* docs: add ephemeral resource documentation
* provider: register new example ephemeral resource
* eph: improve alphabetical ordering of struct fields
* eph: use a computed 'value' attribute
To help provider developers easily understand the concept of ephemeral resources, we use a 'value' attribute in the schema, which is set to an example token (token-123).
* docs: update ephemeral resource docs
* provider: create a separate echo provider factory container
Since not every acceptance test requires an ephemeral provider server for the CLI to connect to and interact with, this introduces a separate provider factory container that includes the echo provider.
* eph: add basic acceptance test for ephemeral resource
* docs: rename ephemeral resource configuration file
* eph: improve http response diag
2025-01-13 10:17:03 -05:00
dependabot[bot]
9c964f79a3
Bump golang.org/x/crypto from 0.29.0 to 0.31.0 ( #263 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.29.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 09:59:37 -05:00
dependabot[bot]
369f947703
Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /tools ( #262 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 09:56:50 -05:00
hashicorp-tsccr[bot]
2c9d116df2
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #261 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2025-01-02 09:45:06 -05:00
dependabot[bot]
0773a77924
Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 ( #259 )
...
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
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>
2024-11-20 09:01:37 -05:00
hashicorp-tsccr[bot]
539ee450aa
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #258 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-11-19 10:35:15 -05:00
dependabot[bot]
b8738f6063
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /tools ( #257 )
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 15:12:31 -05:00
hashicorp-tsccr[bot]
9eea01ace8
Result of tsccr-helper -log-level=info gha update -latest .github/ ( #256 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-11-04 11:29:48 -05:00
dependabot[bot]
5a6dab34d6
Bump github.com/hashicorp/terraform-plugin-framework ( #255 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.12.0 to 1.13.0.
- [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.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2024-11-01 09:45:57 -04:00
dependabot[bot]
f81e328ee6
Bump github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0 ( #254 )
...
Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-go/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-go
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>
2024-10-31 09:40:36 -04:00
Bruno Schaatsbergen
1db52140d3
chore: replace with copyloopvar ( #253 )
2024-10-30 08:58:50 -04:00
Marco Martinez
9fdb5c3e36
fix typo ( #252 )
2024-10-30 08:57:10 -04:00
hashicorp-tsccr[bot]
40d1fa9ee6
Result of tsccr-helper -log-level=info gha update -latest . ( #251 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-10-22 09:44:22 -04:00
hashicorp-tsccr[bot]
927ae00985
Result of tsccr-helper -log-level=info gha update -latest . ( #250 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-10-14 10:00:23 -04:00
hashicorp-tsccr[bot]
82e1bc4165
Result of tsccr-helper -log-level=info gha update -latest . ( #249 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-10-07 09:46:22 -04:00
Austin Valle
a056b2fcbf
workflows: Add setup-terraform before doc generation step ( #248 )
2024-10-01 12:48:37 -04:00
dependabot[bot]
f8c917ff9c
Bump github.com/hashicorp/terraform-plugin-framework ( #247 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.11.0 to 1.12.0.
- [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.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2024-09-19 09:21:04 -04:00
dependabot[bot]
6fa908ea47
Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools ( #245 )
...
Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 10:22:37 -04:00
Bruno Schaatsbergen
45a650b070
offload go generate to tools/
to prevent bloating the root Go module ( #239 )
...
* chore: move generate to `tools/`
* move generate to `tools/`
* extend make
* set `-provider-name`
* chore: improve makefile
* chore: remove unwanted comment
* add newlines
* align go versions
2024-09-16 17:38:41 -04:00
Service Account - Terraform Provider DevEx
811074dcf0
[CI] Update issue comment triage workflow file
2024-09-16 09:33:42 -04:00
Service Account - Terraform Provider DevEx
a493733262
[CI] Update lock workflow file
2024-09-16 09:32:04 -04:00
Austin Valle
5df8ce911d
all: Bump minimum Go module version to 1.22 ( #244 )
2024-09-09 10:39:43 -04:00
Pascal Hofmann
68cf9561b7
Fix typo ( #243 )
2024-09-05 15:47:35 -04:00
dependabot[bot]
b6a2962f92
Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 ( #242 )
...
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases )
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md )
- [Commits](651471c36a...b9cd54a3c3
)
---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
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>
2024-08-20 10:14:30 -04:00
Bruno Schaatsbergen
7ad0b835d4
chore: change to govet
( #238 )
...
Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
2024-08-19 09:44:59 -04:00
hashicorp-tsccr[bot]
ca67c18913
Result of tsccr-helper -log-level=info gha update -latest . ( #237 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-08-13 10:29:35 -04:00
dependabot[bot]
902964cebb
Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 ( #236 )
...
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
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>
2024-08-09 14:35:05 -04:00
dependabot[bot]
224b92eccd
Bump github.com/hashicorp/terraform-plugin-framework ( #235 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.10.0 to 1.11.0.
- [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.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2024-08-07 09:21:56 -04:00
hashicorp-tsccr[bot]
09c33ad240
Result of tsccr-helper -log-level=info gha update -latest . ( #232 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-07-23 13:06:09 -04:00
dependabot[bot]
175bbcc8c5
Bump github.com/hashicorp/terraform-plugin-testing from 1.8.0 to 1.9.0 ( #231 )
...
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
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>
Co-authored-by: Austin Valle <austinvalle@gmail.com>
2024-07-10 17:10:07 -04:00
dependabot[bot]
1c037fb138
Bump github.com/hashicorp/terraform-plugin-framework ( #230 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.9.0 to 1.10.0.
- [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.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2024-07-10 17:03:39 -04:00
hashicorp-tsccr[bot]
4697ba36c8
Result of tsccr-helper -log-level=info gha update -latest . ( #229 )
...
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-06-24 16:48:05 -04:00
Brian Flad
18ad4fcb5b
Update GoReleaser configuration for version 2 ( #228 )
...
* Result of tsccr-helper -log-level=info gha update -latest .
* Update GoReleaser configuration for version 2
Reference: https://goreleaser.com/deprecations/#removed-in-v2
---------
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
2024-06-20 09:01:09 -04:00
Service Account - Terraform Provider DevEx
a730a665ec
[CI] Update lock workflow file
2024-06-10 16:08:42 -04:00
dependabot[bot]
2eebc3682c
Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 ( #224 )
...
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework ) from 1.8.0 to 1.9.0.
- [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.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-framework
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>
2024-06-05 11:09:05 -04:00
dependabot[bot]
2b4239e5fa
Bump github.com/hashicorp/terraform-plugin-docs from 0.19.3 to 0.19.4 ( #225 )
...
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs ) from 0.19.3 to 0.19.4.
- [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.19.3...v0.19.4 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
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>
2024-06-05 10:58:45 -04:00
Service Account - Terraform Provider DevEx
486db82868
[CI] terraform-devex-repos automation
2024-06-04 13:10:03 -04:00
Service Account - Terraform Provider DevEx
9ee2141423
[CI] terraform-devex-repos automation
2024-06-04 13:09:12 -04:00
Service Account - Terraform Provider DevEx
16d7abcac0
[CI] terraform-devex-repos automation
2024-06-04 13:07:30 -04:00