You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/terraform
James Bardin 44daf76624
remove InitProvisioner and close all at once
5 years ago
..
testdata refresh state during a destroy plan 5 years ago
context.go refactor context plan 5 years ago
context_apply_test.go test for invalid nil value during apply 5 years ago
context_components.go remove legacy provisioner types 6 years ago
context_components_test.go remove legacy provisioner types 6 years ago
context_eval_test.go evaluate vars and outputs during import 6 years ago
context_fixtures_test.go remove legacy provisioner types 6 years ago
context_graph_type.go remove refresh! 6 years ago
context_import.go Mildwonkey/ps import (#24412) 6 years ago
context_import_test.go change mock provider to use GetSchemaResponse 5 years ago
context_input.go convert /terraform to use new provider config 6 years ago
context_input_test.go remove unneeded testDiffFn and testApplyFn calls 5 years ago
context_plan_test.go Merge pull request #27512 from hashicorp/jbardin/output-plans 5 years ago
context_refresh_test.go remove unneeded testDiffFn and testApplyFn calls 5 years ago
context_test.go add default behavior to the MockProvider 5 years ago
context_validate_test.go remove unneeded testDiffFn and testApplyFn calls 5 years ago
eval_context.go remove InitProvisioner and close all at once 5 years ago
eval_context_builtin.go remove InitProvisioner and close all at once 5 years ago
eval_context_builtin_test.go Mildwonkey/tests (#24522) 6 years ago
eval_context_mock.go remove InitProvisioner and close all at once 5 years ago
eval_count.go Unmark values in count before go conversion 6 years ago
eval_count_test.go Unmark values in count before go conversion 6 years ago
eval_for_each.go Allow for_each arguments containing sensitive values if they aren't keys (#27247) 6 years ago
eval_for_each_test.go Allow for_each arguments containing sensitive values if they aren't keys (#27247) 6 years ago
eval_provider.go terraform: final eval-related cleanup (#27232) 6 years ago
eval_provider_test.go terraform: remove deprecated or unused Eval() bits 6 years ago
eval_variable.go core: Fix sensitive value variable validation 6 years ago
evaluate.go Guard against double marking in other locations in evaluate 6 years ago
evaluate_test.go Avoid double-marking variables 6 years ago
evaluate_valid.go didyoumean: move from "helper" to "internal" 6 years ago
evaluate_valid_test.go configs: Fix provider lookup local name mismatch 6 years ago
execute.go terraform: final eval-related cleanup (#27232) 6 years ago
features.go
graph.go remove unused 6 years ago
graph_builder.go remove unused 6 years ago
graph_builder_apply.go Comment fixing 6 years ago
graph_builder_apply_test.go remove last use of the apply graph Destroy flag! 6 years ago
graph_builder_destroy_plan.go refresh state during a destroy plan 5 years ago
graph_builder_eval.go audit graph builder to make them more similar 6 years ago
graph_builder_import.go audit graph builder to make them more similar 6 years ago
graph_builder_plan.go Read orphaned resources during plan 6 years ago
graph_builder_plan_test.go change mock provider to use GetSchemaResponse 5 years ago
graph_builder_test.go
graph_builder_validate.go add module expansion to validation 6 years ago
graph_dot.go remove unused 6 years ago
graph_dot_test.go remove unused 6 years ago
graph_interface_subgraph.go rename GraphNodeSubPath -> GraphNodeModuleInstance 6 years ago
graph_test.go remove unused 6 years ago
graph_walk.go terraform: remove deprecated or unused Eval() bits 6 years ago
graph_walk_context.go get rid of EvalEarlyExitError 6 years ago
graph_walk_operation.go remove refresh! 6 years ago
graph_walk_test.go
graphtype_string.go remove refresh! 6 years ago
hook.go remove unused 6 years ago
hook_mock.go
hook_stop.go get rid of EvalEarlyExitError 6 years ago
hook_stop_test.go
hook_test.go add locks to testHook 6 years ago
instance_expanders.go remove requiresInstanceExpansion 6 years ago
marks.go compare unordered sets of PathMarkValues 6 years ago
marks_test.go compare unordered sets of PathMarkValues 6 years ago
node_count_boundary.go make GraphNodeExecutable return diagnostics 6 years ago
node_count_boundary_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_data_destroy.go make GraphNodeExecutable return diagnostics 6 years ago
node_data_destroy_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_local.go make GraphNodeExecutable return diagnostics 6 years ago
node_local_test.go Mildwonkey/eval local (#26182) 6 years ago
node_module_expand.go core: Annotate for_each errors with expression info 6 years ago
node_module_expand_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_module_variable.go terraform: final eval-related cleanup (#27232) 6 years ago
node_module_variable_test.go re-enable and fix module variable tests 6 years ago
node_output.go detect new outputs and plans as Create actions 5 years ago
node_output_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_provider.go Merge remote-tracking branch 'origin/master' into validate-ignore-empty-provider 6 years ago
node_provider_abstract.go remove unused interfaces 6 years ago
node_provider_eval.go make GraphNodeExecutable return diagnostics 6 years ago
node_provider_test.go change mock provider to use GetSchemaResponse 5 years ago
node_provisioner.go make GraphNodeExecutable return diagnostics 6 years ago
node_resource_abstract.go terraform: final eval-related cleanup (#27232) 6 years ago
node_resource_abstract_instance.go test for invalid nil value during apply 5 years ago
node_resource_abstract_instance_test.go change mock provider to use GetSchemaResponse 5 years ago
node_resource_abstract_test.go change mock provider to use GetSchemaResponse 5 years ago
node_resource_apply.go remove unused 6 years ago
node_resource_apply_instance.go make the diagnostics handling of apply easier 5 years ago
node_resource_apply_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_resource_destroy.go comment update 5 years ago
node_resource_destroy_deposed.go make the diagnostics handling of apply easier 5 years ago
node_resource_destroy_deposed_test.go add default behavior to the MockProvider 5 years ago
node_resource_plan.go remove unused 6 years ago
node_resource_plan_destroy.go Eval() Refactor: Plan Edition (#27177) 6 years ago
node_resource_plan_instance.go terraform: final eval-related cleanup (#27232) 6 years ago
node_resource_plan_orphan.go modify ProvidedBy to indicate no provider needed 6 years ago
node_resource_plan_orphan_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_resource_plan_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_resource_validate.go Use evaluateCountExpressionValue in validate step 6 years ago
node_resource_validate_test.go change mock provider to use GetSchemaResponse 5 years ago
node_root_variable.go make GraphNodeExecutable return diagnostics 6 years ago
node_root_variable_test.go make GraphNodeExecutable return diagnostics 6 years ago
node_value.go prune unused values based on behavior 6 years ago
provider_mock.go add default behavior to the MockProvider 5 years ago
provisioner_mock.go remove legacy ApplyFn from mock provisioner 6 years ago
provisioner_mock_test.go remove legacy provisioner types 6 years ago
reduce_plan.go Eval() Refactor: Plan Edition (#27177) 6 years ago
reduce_plan_test.go Eval() Refactor: Plan Edition (#27177) 6 years ago
resource_provider.go remove legacy state types 6 years ago
resource_provider_mock_test.go change mock provider to use GetSchemaResponse 5 years ago
schemas.go Staticcheck fixes 5 years ago
schemas_test.go change mock provider to use GetSchemaResponse 5 years ago
terraform_test.go remove unneeded testDiffFn and testApplyFn calls 5 years ago
transform.go remove unused 6 years ago
transform_attach_config_provider.go minor cleanup 6 years ago
transform_attach_config_provider_meta.go s/GraphNodeResource/GraphNodeConfigResource/ 6 years ago
transform_attach_config_resource.go s/GraphNodeResource/GraphNodeConfigResource/ 6 years ago
transform_attach_schema.go terraform: large refactor to use Provider from configs.Resource (#24396) 6 years ago
transform_attach_state.go
transform_config.go audit graph builder to make them more similar 6 years ago
transform_config_test.go NewNodeAbstractResource accepts a ResourceConfig 6 years ago
transform_count_boundary.go
transform_destroy_cbd.go cleanup unused CBD code 6 years ago
transform_destroy_cbd_test.go terraform: rename mustReourceAddr to mustConfigResourceAddr and add mustAbsResourceAddr 6 years ago
transform_destroy_edge.go cleanup unused CBD code 6 years ago
transform_destroy_edge_test.go remove unused 6 years ago
transform_diff.go s/GraphNodeResource/GraphNodeConfigResource/ 6 years ago
transform_diff_test.go Mildwonkey/tests (#24522) 6 years ago
transform_expand.go GraphNodeExpand is not used 6 years ago
transform_import_state.go Staticcheck fixes 5 years ago
transform_import_state_test.go change mock return values to pointers 5 years ago
transform_local.go rename plannable local 6 years ago
transform_module_expansion.go don't connect module closers to destroy nodes 6 years ago
transform_module_variable.go eval variables with unknown expansion data 6 years ago
transform_module_variable_test.go update test strings 6 years ago
transform_orphan_count.go expansion resource and instance orphans 6 years ago
transform_orphan_count_test.go re-add orphan transformer tests that still apply 6 years ago
transform_orphan_output.go get rid of the NodeOutputOrphan 6 years ago
transform_orphan_resource.go make the root node a nodeCloseModule for root 6 years ago
transform_orphan_resource_test.go Mildwonkey/tests (#24522) 6 years ago
transform_output.go handle sensitivity in the OutputChange 6 years ago
transform_provider.go Staticcheck fixes 5 years ago
transform_provider_test.go remove unused 6 years ago
transform_provisioner.go make GraphNodeExecutable return diagnostics 6 years ago
transform_provisioner_test.go Mildwonkey/tests (#24522) 6 years ago
transform_reference.go remove unused 6 years ago
transform_reference_test.go remove unused 6 years ago
transform_removed_modules.go pruneUnusedNodesTransformer 6 years ago
transform_resource_count.go s/GraphNodeResource/GraphNodeConfigResource/ 6 years ago
transform_root.go make the root node a nodeCloseModule for root 6 years ago
transform_root_test.go Mildwonkey/tests (#24522) 6 years ago
transform_state.go cleanup from resource state mods 6 years ago
transform_targets.go re-add ModuleInstance -> Module conversion 6 years ago
transform_targets_test.go remove the need for destroyRootOutputTransformer 6 years ago
transform_transitive_reduction.go
transform_transitive_reduction_test.go Mildwonkey/tests (#24522) 6 years ago
transform_variable.go
transform_vertex.go Staticcheck fixes 5 years ago
transform_vertex_test.go
ui_input.go command/login: Require "yes" to confirm 6 years ago
ui_input_mock.go
ui_input_prefix.go
ui_input_prefix_test.go remove unused code (#26503) 6 years ago
ui_output.go
ui_output_callback.go
ui_output_callback_test.go
ui_output_mock.go
ui_output_mock_test.go
ui_output_provisioner.go
ui_output_provisioner_test.go
update_state_hook.go terraform: final eval-related cleanup (#27232) 6 years ago
update_state_hook_test.go terraform: final eval-related cleanup (#27232) 6 years ago
upgrade_resource_state.go terraform: final eval-related cleanup (#27232) 6 years ago
upgrade_resource_state_test.go rename files for consistency with contents 6 years ago
util.go
util_test.go
validate_selfref.go terraform: refactor EvalValidateSelfref 6 years ago
validate_selfref_test.go terraform: refactor EvalValidateSelfref 6 years ago
valuesourcetype_string.go
variables.go
variables_test.go vendor: upgrade go-cty dependency to 1.4.1 (#24983) 6 years ago
version_required.go terraform: Fix required version constraint diags 6 years ago
walkoperation_string.go remove refresh! 6 years ago