opentofu/internal
Larry Bordowitz 764a771885
Some checks are pending
build / Build for freebsd_386 (push) Waiting to run
build / Build for linux_386 (push) Waiting to run
build / Build for openbsd_386 (push) Waiting to run
build / Build for windows_386 (push) Waiting to run
build / Build for freebsd_amd64 (push) Waiting to run
build / Build for linux_amd64 (push) Waiting to run
build / Build for openbsd_amd64 (push) Waiting to run
build / Build for solaris_amd64 (push) Waiting to run
build / Build for windows_amd64 (push) Waiting to run
build / Build for freebsd_arm (push) Waiting to run
build / Build for linux_arm (push) Waiting to run
build / Build for linux_arm64 (push) Waiting to run
build / Build for darwin_amd64 (push) Waiting to run
build / Build for darwin_arm64 (push) Waiting to run
build / End-to-end Tests for linux_386 (push) Waiting to run
build / End-to-end Tests for windows_386 (push) Waiting to run
build / End-to-end Tests for darwin_amd64 (push) Waiting to run
build / End-to-end Tests for linux_amd64 (push) Waiting to run
build / End-to-end Tests for windows_amd64 (push) Waiting to run
Quick Checks / List files changed for pull request (push) Waiting to run
Quick Checks / Unit tests for linux_386 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for windows_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm (push) Blocked by required conditions
Quick Checks / Unit tests for darwin_arm64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm64 (push) Blocked by required conditions
Quick Checks / Race Tests (push) Blocked by required conditions
Quick Checks / End-to-end Tests (push) Blocked by required conditions
Quick Checks / Code Consistency Checks (push) Blocked by required conditions
Quick Checks / License Checks (push) Waiting to run
Website checks / List files changed for pull request (push) Waiting to run
Website checks / Build (push) Blocked by required conditions
Website checks / Test Installation Instructions (push) Blocked by required conditions
update based on Martin's feedback
Signed-off-by: Larry Bordowitz <laurence.bordowitz@gmail.com>
2026-06-10 15:27:11 -05:00
..
addrs lint: reintroduce ST1016 static check 2026-06-01 09:55:03 -05:00
backend Extract global configurations in one struct (#4072) 2026-05-19 15:32:44 +03:00
builtin Clean up some file descriptor leaks (#4208) 2026-06-02 13:23:59 +01:00
checks go.mod: Use the new "tool" directive 2025-10-10 07:06:56 -03:00
cloud Extract global configurations in one struct (#4072) 2026-05-19 15:32:44 +03:00
collections collections+addrs: Build sets from iter.Seq[T] 2025-10-27 10:15:41 -07:00
command Remove legacy state formats 2026-06-04 11:03:31 -04:00
communicator lint: reintroduce ST1016 static check 2026-06-01 09:55:03 -05:00
configs lint: reintroduce ST1016 static check 2026-06-01 09:55:03 -05:00
copy Use parallel errgroup to increase file copy speed (#3214) 2025-09-02 08:32:02 -04:00
dag Module Expansion Transformer now skips creating edges for check related nodes (#3582) 2026-01-11 19:14:47 -03:00
depsfile tracing: Centralize our OpenTelemetry package imports 2025-10-30 13:27:10 -07:00
didyoumean Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
e2e Cleanup github workflows (#2903) 2025-06-11 07:15:07 -04:00
encryption encryption/azure_vault: 2026-05-13 11:39:46 -05:00
engine update based on Martin's feedback 2026-06-10 15:27:11 -05:00
experiments Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
flock Properly handle EDEADLK in provider install (#4166) 2026-05-29 09:51:48 -04:00
genconfig Address review comments 2025-09-10 07:45:23 -04:00
getmodules fix: set span error status on module fetch failure path in tofu init 2026-06-01 09:29:43 -04:00
getproviders providercache: Don't clobber mismatching cache entries 2026-05-08 08:35:38 -07:00
grpcwrap provisioners: thread context.Context through ProvisionResource interface 2026-04-08 08:13:51 -07:00
helper/slowmessage Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
httpclient fix: remove OPENTOFU_USER_AGENT (#3923) 2026-03-23 21:09:56 -03:00
initwd fix: set span error status on module fetch failure path in tofu init 2026-06-01 09:29:43 -04:00
instances instances: Fix data race in GetDeepestExistingModuleInstance 2026-04-07 14:13:51 -04:00
ipaddr Implement the first part of RFC 20250303-linter-policy (#2577) 2025-03-10 13:16:27 -04:00
lang tofu2024: Catch two more missed cases in for_each support 2026-06-09 06:30:34 -04:00
legacy provisioners: thread context.Context through ProvisionResource interface 2026-04-08 08:13:51 -07:00
logging Add additional panic info and buffer panic message (#4026) 2026-04-13 12:11:34 -04:00
modsdir initwd Windows tests fixes (#1723) 2024-06-18 10:49:30 -04:00
moduletest go.mod: Upgrade various golang.org/x/* dependencies 2025-10-10 08:23:54 -07:00
plans lint: reintroduce ST1016 static check 2026-06-01 09:55:03 -05:00
plugin provisioners: thread context.Context through ProvisionResource interface 2026-04-08 08:13:51 -07:00
plugin6 Deprecated resource blocks attrs (#3973) 2026-04-07 10:30:43 -04:00
plugins provisioners: thread context.Context through ProvisionResource interface 2026-04-08 08:13:51 -07:00
provider-simple Implement resource identity support (#3671) 2026-03-31 16:57:21 +01:00
provider-simple-v6 Implement resource identity support (#3671) 2026-03-31 16:57:21 +01:00
providercache Reduce registry requests when global provider cache is enabled (#3906) 2026-03-19 14:02:52 -04:00
providers Implement resource identity support (#3671) 2026-03-31 16:57:21 +01:00
provisioner-local-exec/main Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
provisioners provisioners: thread context.Context through ProvisionResource interface 2026-04-08 08:13:51 -07:00
refactoring Implicit moves for modules (#3327) 2025-10-15 09:10:15 -03:00
registry Use Registry Authentication Credentials For Packages Download When Properly Configured (#3709) 2026-03-03 16:19:24 +00:00
repl Introduce plugin library and managers (#3652) 2026-02-24 08:51:48 -05:00
replacefile Fix linting on Windows (#3457) 2025-12-02 07:11:14 -03:00
resources resources: Unit tests for ManagedResourceType.PlanChanges 2026-04-28 11:03:35 -07:00
shared Add SkipExperimental to all tofu tests where applicable (#4167) 2026-06-02 06:30:54 -04:00
states Support saving precise dependencies in statev4 2026-06-05 07:15:37 -04:00
terminal Fix linting on Windows (#3457) 2025-12-02 07:11:14 -03:00
tfdiags tfdiags: "New" function 2026-06-05 07:34:51 -04:00
tfplugin5 Update plugin protos to 5.10 and 6.10 2026-04-01 11:43:57 -04:00
tfplugin6 Update plugin protos to 5.10 and 6.10 2026-04-01 11:43:57 -04:00
tofu update based on Martin's feedback 2026-06-10 15:27:11 -05:00
tofumigrate Adopt OpenTofu's own "svchost" module 2025-06-12 09:37:59 -07:00
tracing [GO-2026-4985][main] Bump OTEL dependencies to fix reported vulnerability (#4204) 2026-06-03 18:24:44 +03:00