No description
Find a file
dependabot[bot] 87c875282f
build(deps): bump github.com/hashicorp/copywrite in /tools (#415)
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/hashicorp/copywrite/releases)
- [Commits](https://github.com/hashicorp/copywrite/compare/v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/copywrite
  dependency-version: 0.25.2
  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>
2026-03-30 11:09:01 -04:00
.github build(deps): bump actions/setup-go in the github-actions group (#416) 2026-03-30 10:45:57 -04:00
internal statestore: Add inmem state store with smoke tests / chunking test (#406) 2026-03-11 10:49:47 -04:00
META.d Add catalog metadata (META.d) (#341) 2025-05-13 08:14:09 -04:00
scripts build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 in the terraform-plugin group (#400) 2026-02-06 11:23:31 -05:00
tools build(deps): bump github.com/hashicorp/copywrite in /tools (#415) 2026-03-30 11:09:01 -04:00
.copywrite.hcl Add catalog metadata (META.d) (#341) 2025-05-13 08:14:09 -04:00
.gitignore Add support for -debug and -debug-env-path flags (#317) 2025-03-11 09:16:20 +01:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-04-07) (#332) 2025-04-09 10:45:29 -05:00
CHANGELOG.md initial scaffolding 2020-10-07 14:47:21 +01:00
GNUmakefile [COMPLIANCE] Add copyright and license headers (#147) 2023-06-05 09:52:49 -04:00
go.mod build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#417) 2026-03-30 10:25:08 -04:00
go.sum build(deps): bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#417) 2026-03-30 10:25:08 -04:00
LICENSE build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 in the terraform-plugin group (#400) 2026-02-06 11:23:31 -05:00
main.go build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 in the terraform-plugin group (#400) 2026-02-06 11:23:31 -05:00
README.md [COMPLIANCE] Add copyright and license headers (#147) 2023-06-05 09:52:49 -04:00

terraform-provider-corner

A Terraform provider of corner cases, used for testing Terraform and its SDK.

License Headers

All source code files (excluding autogenerated files like go.mod, prose, and files excluded in .copywrite.hcl) must have a license header at the top.

This can be autogenerated by running make generate or running go generate ./... in the /tools directory.