opentofu/internal/configs
Christian Mesh fd775f0fe3
Implement Provider for_each (#2105)
Signed-off-by: ollevche <ollevche@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
Co-authored-by: ollevche <ollevche@gmail.com>
Co-authored-by: Ronny Orot <ronny.orot@gmail.com>
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
2024-11-05 18:08:23 -05:00
..
configload Avoid copies on calls to parser.Sources() (#1811) 2024-07-29 16:15:51 -04:00
configschema Fix typos (#1954) 2024-09-17 12:04:30 +02:00
hcl2shim Another batch of minor typos (#1953) 2024-09-09 07:51:39 -04:00
testdata Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
backend.go Handle static variable secret flag (#2045) 2024-10-03 10:46:58 -04:00
checks.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
cloud.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
compat_shim.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
config_build_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
config_build.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
config_test.go Partial revert of #1911, support provider for_each in aliases (#2121) 2024-11-05 06:19:52 -05:00
config.go Partial revert of #1911, support provider for_each in aliases (#2121) 2024-11-05 06:19:52 -05:00
container.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
depends_on.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
doc.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
escaping_blocks_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
experiments_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
experiments.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
import_test.go Make import block's to possibly more dynamic (#1270) 2024-04-15 13:06:35 +03:00
import.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
module_call_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
module_call.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
module_merge_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
module_merge.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
module_test.go chore: fix some function names (#1957) 2024-09-16 13:36:15 -04:00
module.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
moved_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
moved.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
named_values.go add override implementation for testing framework (#1499) 2024-06-06 13:20:41 +03:00
parser_config_dir_test.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
parser_config_dir.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
parser_config_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
parser_config.go Initial wiring of encryption through the command package (#1316) 2024-03-07 08:55:57 -05:00
parser_test.go Fix plan static variable injection (#1771) 2024-07-09 07:17:45 -04:00
parser.go Avoid copies on calls to parser.Sources() (#1811) 2024-07-29 16:15:51 -04:00
provider_meta.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
provider_requirements_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
provider_requirements.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
provider_test.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
provider_validation.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
provider.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
provisioner_test.go feat: Add support for tofu.workspace which will be resolved in the same way as terraform.workspace (#1305) 2024-08-01 08:14:34 -04:00
provisioner.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
provisioneronfailure_string.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
provisionerwhen_string.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
removed_test.go Static Evaluation Base, Module Sources, Backend Config (#1718) 2024-06-24 09:13:07 -04:00
removed.go Add support for removed block (#1158) 2024-02-21 10:31:44 +02:00
resource.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
shim.go add automated copyright header check (#1696) 2024-06-03 16:49:36 +03:00
state_encryption.go Integrate Encryption into State Backends (#1288) 2024-03-04 09:25:14 -05:00
static_evaluator_test.go Implement Provider for_each (#2105) 2024-11-05 18:08:23 -05:00
static_evaluator.go Handle static variable secret flag (#2045) 2024-10-03 10:46:58 -04:00
static_scope.go Handle static variable secret flag (#2045) 2024-10-03 10:46:58 -04:00
test_file_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
test_file.go Partial revert of #1911, support provider for_each in aliases (#2121) 2024-11-05 06:19:52 -05:00
variable_type_hint.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
variabletypehint_string.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
version_constraint.go Handle static variable secret flag (#2045) 2024-10-03 10:46:58 -04:00