No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
OpenTofu Core Development Team 2f45744a47 Apply GitHub workflow changes
2026-07-17 05:19:50 +00:00
.github Apply GitHub workflow changes 2026-07-17 05:19: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 golang.org/x/crypto from 0.45.0 to 0.52.0 in /tools (#432) 2026-07-16 18:09:41 -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 bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#431) 2026-07-16 21:52:00 -04:00
go.sum bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#431) 2026-07-16 21:52:00 -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.