terraform/internal
Daniel Schmidt f6c75fe7c2
Some checks failed
build / Determine intended Terraform version (push) Has been cancelled
build / Determine Go toolchain version (push) Has been cancelled
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled
build / Generate release metadata (push) Has been cancelled
build / Build for freebsd_386 (push) Has been cancelled
build / Build for linux_386 (push) Has been cancelled
build / Build for openbsd_386 (push) Has been cancelled
build / Build for windows_386 (push) Has been cancelled
build / Build for darwin_amd64 (push) Has been cancelled
build / Build for freebsd_amd64 (push) Has been cancelled
build / Build for linux_amd64 (push) Has been cancelled
build / Build for openbsd_amd64 (push) Has been cancelled
build / Build for solaris_amd64 (push) Has been cancelled
build / Build for windows_amd64 (push) Has been cancelled
build / Build for freebsd_arm (push) Has been cancelled
build / Build for linux_arm (push) Has been cancelled
build / Build for darwin_arm64 (push) Has been cancelled
build / Build for linux_arm64 (push) Has been cancelled
build / Build Docker image for linux_386 (push) Has been cancelled
build / Build Docker image for linux_amd64 (push) Has been cancelled
build / Build Docker image for linux_arm (push) Has been cancelled
build / Build Docker image for linux_arm64 (push) Has been cancelled
build / Build e2etest for linux_386 (push) Has been cancelled
build / Build e2etest for windows_386 (push) Has been cancelled
build / Build e2etest for darwin_amd64 (push) Has been cancelled
build / Build e2etest for linux_amd64 (push) Has been cancelled
build / Build e2etest for windows_amd64 (push) Has been cancelled
build / Build e2etest for linux_arm (push) Has been cancelled
build / Build e2etest for darwin_arm64 (push) Has been cancelled
build / Build e2etest for linux_arm64 (push) Has been cancelled
build / Run e2e test for linux_386 (push) Has been cancelled
build / Run e2e test for windows_386 (push) Has been cancelled
build / Run e2e test for darwin_amd64 (push) Has been cancelled
build / Run e2e test for linux_amd64 (push) Has been cancelled
build / Run e2e test for windows_amd64 (push) Has been cancelled
build / Run e2e test for linux_arm (push) Has been cancelled
build / Run e2e test for linux_arm64 (push) Has been cancelled
build / Run terraform-exec test for linux amd64 (push) Has been cancelled
backport of commit 500a822d14
2026-01-23 14:11:54 +01:00
..
actions partially expand triggers as well 2025-09-02 13:04:48 +02:00
addrs Manual backport of chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally into v1.14 (#37910) 2025-11-17 15:58:49 +00:00
backend v1.14 backport: backend/http: Refresh state earlier (align with other backends) (#38061) 2026-01-14 16:04:40 +00:00
builtin Merge pull request #37515 from hashicorp/jbardin/generate-config 2025-09-05 16:31:23 -04:00
checks update the rest of the go:generate calls 2025-02-12 12:25:58 -05:00
cloud Backport of fix(cloud): cloud backend rendering query warning diags into v1.14 (#38055) 2026-01-14 16:19:11 +01:00
cloudplugin Add support for Terraform Search in the cloud backend (TF-25935) (#37479) 2025-09-15 13:21:05 +02:00
collections migrate command for terraform stacks (#36482) 2025-03-19 10:39:50 +01:00
command v1.14 backport: backend/http: Refresh state earlier (align with other backends) (#38061) 2026-01-14 16:04:40 +00:00
communicator Fix SIGSEGV in proxyDialer 2025-03-20 16:23:04 +05:30
configs Backport of stacks: Make path.module and path.root relative, to match documentation into v1.14 (#38008) 2025-12-16 10:50:50 +00:00
copy Remove a broken link (#36102) 2024-12-03 10:04:52 +01:00
dag Use iterators for graph vertices (#36558) 2025-06-03 13:57:13 +02:00
depsfile Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
didyoumean Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
e2e List implementation for simple provider and e2e tests (#37297) 2025-07-09 12:19:26 +02:00
experiments remove language experiment, this is guarded by being in an alpha release 2025-07-18 13:07:43 +02:00
genconfig query: add -query flag to validate command (#37671) (#37707) 2025-10-01 12:26:12 +02:00
getmodules getmodules: organize go-getter getter sets 2024-11-22 19:53:35 +01:00
getproviders Allow successful init when constraint matches at least one valid version (#37137) 2025-05-21 09:06:22 +02:00
grpcwrap actions: move schema to single action type and remove linked resources 2025-09-15 17:09:22 +02:00
helper/slowmessage Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
httpclient Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
initwd tf query: ready list blocks for beta (#37619) (#37630) 2025-09-17 12:52:39 +02:00
instances query: add -query flag to validate command (#37671) (#37707) 2025-10-01 12:26:12 +02:00
ipaddr Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
lang Merge pull request #37812 from hashicorp/backport/jbardin/unknown-pure-results/trivially-positive-lizard 2025-11-20 08:44:42 -05:00
legacy Backport of Add component registry source resolution support to Terraform Stacks into v1.14 (#37983) 2025-12-11 10:17:05 +01:00
logging refactor the panic handling to work with go-plugin 2025-08-12 14:05:10 -04:00
modsdir moduleaddrs: Split module source address parsing from package addrs 2024-03-14 09:58:30 -07:00
moduledeps fix Descendants spelling 2024-10-09 11:09:02 -04:00
moduleref Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
moduletest Backport of ephemeral fixes into v1.14 (#37850) 2025-11-25 13:16:05 +00:00
namedvals terraform: decide module instances using new API 2024-01-19 13:51:57 -08:00
plans Manual backport of chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally into v1.14 (#37910) 2025-11-17 15:58:49 +00:00
plugin Backport GenerateResourceConfig fix to v1.14 (#37896) 2025-11-25 13:00:17 -05:00
plugin6 Backport GenerateResourceConfig fix to v1.14 (#37896) 2025-11-25 13:00:17 -05:00
pluginshared pluginshared: Cleanup request path in tests (#37299) 2025-07-07 12:01:32 -04:00
promising stacks: make promises identify themselves (#36749) 2025-03-26 13:25:45 +01:00
provider-simple simple providers 2025-08-29 15:00:30 -04:00
provider-simple-v6 simple providers 2025-08-29 15:00:30 -04:00
provider-terraform/main Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
providercache Allow successful init when constraint matches at least one valid version (#37137) 2025-05-21 09:06:22 +02:00
providers list: send non-null "config" object to provider when not present in the list block (#37620) (#37662) 2025-09-24 12:10:34 +02:00
provisioner-local-exec/main Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
provisioners Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
refactoring udpate provider mocks 2025-08-29 15:00:30 -04:00
registry Revert "Add Warning for Deprecated Modules in Init (Second Revision)" 2024-05-30 16:01:39 -06:00
releaseauth cloudplugin: change manifest format to match releases API 2023-09-06 14:03:24 -06:00
repl Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
replacefile Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
resources/ephemeral avoid unknowns in OpenEphemeralResource 2024-11-06 13:16:34 -05:00
rpcapi Backport of AWS European Sovereign Cloud support, bump aws-sdk-go-base into v1.14 (#37743) 2025-10-08 19:42:42 +02:00
schemarepo display lifecycle triggered actions aside their triggering resources 2025-07-31 16:07:38 +02:00
stacks Backport of stacks: Make path.module and path.root relative, to match documentation into v1.14 (#38008) 2025-12-16 10:50:50 +00:00
stacksplugin Add support for Terraform Search in the cloud backend (TF-25935) (#37479) 2025-09-15 13:21:05 +02:00
states search: Drop identity from state if no identity schema is present (#37709) (#37727) 2025-10-07 10:48:29 +02:00
terminal Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
terraform backport of commit 500a822d14 2026-01-23 14:11:54 +01:00
tfdiags tf query: ready list blocks for beta (#37619) (#37630) 2025-09-17 12:52:39 +02:00
tfplugin5 actions: move schema to single action type and remove linked resources 2025-09-15 17:09:22 +02:00
tfplugin6 actions: move schema to single action type and remove linked resources 2025-09-15 17:09:22 +02:00