No description
Find a file
OpenTofu Core Development Team 31aad8ccda Apply GitHub workflow changes
2026-03-30 16:33:50 +00:00
.github Apply GitHub workflow changes 2026-03-30 16:33:50 +00: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.