opentofu/internal
Christian Mesh 00bc17917a Require static scope stack to have at least one entry
Kind of odd code smell, but the only alternative I could think of was a
panic.  Would rather ensure this requirement at compile time instead.

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2024-12-11 10:14:49 -08:00
..
addrs Detect when provider and resource/module have identical for_each (#2186) 2024-12-03 14:02:27 -05:00
backend Azurerm backend timeout (#2263) 2024-12-06 17:32:23 +04:00
builtin Add exclude flag support (#1900) 2024-11-05 10:16:00 -05:00
checks Fix typos (#1905) 2024-08-29 13:20:33 -04:00
cloud tofu: Context.Validate now takes a context.Context 2024-11-19 10:15:21 -08:00
cloudplugin Error handling fixes (#1816) 2024-07-15 11:58:43 +02:00
collections add automated copyright header check (#1696) 2024-06-03 16:49:36 +03:00
command add simulated state serialization between tofu test runs (#2274) 2024-12-10 16:34:25 +02:00
communicator chore: fix some function names (#1957) 2024-09-16 13:36:15 -04:00
configs Require static scope stack to have at least one entry 2024-12-11 10:14:49 -08:00
copy CopyDir cmd code refactoring suggestions (#2070) 2024-11-04 21:21:06 +02:00
dag Only wake up from waitDeps to trace when debugging (#2176) 2024-12-02 09:36:38 -05:00
depsfile Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
didyoumean Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
e2e Add support for GOCOVERDIR to e2e tests (#1622) 2024-05-07 15:22:35 -04:00
encryption Force state change if encryption used fallback (#2232) 2024-12-03 17:44:30 -05:00
experiments Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
genconfig Ensure config generation does not crash when importing sensitive values (#2077) 2024-10-23 15:32:48 +01:00
getmodules Fix typos (#1905) 2024-08-29 13:20:33 -04:00
getproviders Warn user about provider version 0.0.0 (#2281) 2024-12-11 21:10:49 +04:00
grpcwrap Update to tfplugin proto 5.5 and 6.5 (#1435) 2024-03-26 14:36:26 -04:00
helper/slowmessage Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
httpclient issue 966: different user agent for unit tests (#1279) 2024-02-22 08:45:06 +00:00
initwd initwd: Commentary on version constraint parsing compromises 2024-11-06 11:10:52 -08:00
instances Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
ipaddr Fix typos (#1954) 2024-09-17 12:04:30 +02:00
lang Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
legacy Fix typos (#1954) 2024-09-17 12:04:30 +02:00
logging Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
modsdir initwd Windows tests fixes (#1723) 2024-06-18 10:49:30 -04:00
moduletest Adds warning if tests don't provide valid variable (#2057) 2024-10-15 09:20:11 +01:00
plans Force state change if encryption used fallback (#2232) 2024-12-03 17:44:30 -05:00
plugin Partially unknown provider functions arguments fixed (#2127) 2024-11-04 14:23:53 -05:00
plugin6 Partially unknown provider functions arguments fixed (#2127) 2024-11-04 14:23:53 -05:00
provider-simple Allow configured providers to provide additional functions. (#1491) 2024-04-18 15:11:38 +02:00
provider-simple-v6 Allow configured providers to provide additional functions. (#1491) 2024-04-18 15:11:38 +02:00
providercache Warn user about provider version 0.0.0 (#2281) 2024-12-11 21:10:49 +04:00
providers Partially unknown provider functions arguments fixed (#2127) 2024-11-04 14:23:53 -05:00
provisioner-local-exec/main Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
provisioners Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
refactoring Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
registry Fallback to reading the x-terraform-get header if the module registry returns an empty json body (#2079) 2024-10-23 15:33:56 +01:00
repl tofu: Context.Eval now takes a context.Context 2024-11-19 10:15:21 -08:00
replacefile Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
states Force state change if encryption used fallback (#2232) 2024-12-03 17:44:30 -05:00
terminal Fix typos (#1905) 2024-08-29 13:20:33 -04:00
tfdiags Warning and Error consolidation CLI options (#1894) 2024-09-23 07:31:06 -04:00
tfplugin5 Fix typos (#1905) 2024-08-29 13:20:33 -04:00
tfplugin6 Fix typos (#1905) 2024-08-29 13:20:33 -04:00
tofu Local values can now be used in provider key expressions (#2280) 2024-12-11 07:46:40 -05:00
tofumigrate Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00