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
Pam Selle 34536daff9
Merge pull request #28036 from hashicorp/pselle/provider_sensitivity_non-experiment
5 years ago
..
testdata Upgrade to quoted keywords to error 5 years ago
context.go refactor context plan 5 years ago
context_apply2_test.go test data source destroy with no provider 5 years ago
context_apply_test.go Conclude provider sensitivity experiment 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 Mildwonkey/providers interface renaming (#27805) 5 years ago
context_input.go convert /terraform to use new provider config 6 years ago
context_input_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
context_plan2_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
context_plan_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
context_refresh_test.go providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 5 years ago
context_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
context_validate_test.go providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 5 years ago
eval_context.go comment updates 5 years ago
eval_context_builtin.go Mildwonkey/providers interface renaming (#27805) 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 Conclude provider sensitivity experiment 5 years ago
evaluate_test.go Conclude provider sensitivity experiment 5 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 remove provisioner graph nodes 5 years ago
graph_builder_apply_test.go remove provisioner graph nodes 5 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 rename attachDataResourceDependsOnTransformer 5 years ago
graph_builder_plan.go rename attachDataResourceDependsOnTransformer 5 years ago
graph_builder_plan_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
graph_builder_test.go core: Get tests compiling again 8 years ago
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 terraform: More wiring in of new provider types 8 years ago
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 comment updates 5 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 Mildwonkey/providers interface renaming (#27805) 5 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 Mildwonkey/providers interface renaming (#27805) 5 years ago
node_resource_abstract.go rename attachDataResourceDependsOnTransformer 5 years ago
node_resource_abstract_instance.go providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 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 data source destroy nodes do not need a provider 5 years ago
node_resource_destroy_deposed.go do not panic if there is no deposed state 5 years ago
node_resource_destroy_deposed_test.go do not panic if there is no deposed state 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 fix null check and shadowed state variable 5 years ago
node_resource_plan_orphan.go removed orphaned data sources from the state 5 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 providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 5 years ago
node_resource_validate_test.go providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 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 providers.Interface: rename ValidateDataSourceConfig to ValidateDataResourceConfig (#27874) 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 Mildwonkey/providers interface renaming (#27805) 5 years ago
schemas.go Mildwonkey/providers interface renaming (#27805) 5 years ago
schemas_test.go change mock provider to use GetSchemaResponse 5 years ago
terraform_test.go ensure that provisioners are not used after Close 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 attach a deep copy of ResourceState 8 years ago
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 core: Update EvalCountFixZeroOneBoundaryGlobal for new state types 8 years ago
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 prune unused providers from the graph, again 5 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 simplify the use of configuration_aliases 5 years ago
transform_provider_test.go provider transformer tests 5 years ago
transform_provisioner.go remove provisioner graph nodes 5 years ago
transform_reference.go rename attachDataResourceDependsOnTransformer 5 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 terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
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 core: add a context to the UIInput interface 7 years ago
ui_input_prefix.go core: add a context to the UIInput interface 7 years ago
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 terraform: Ugly huge change to weave in new State and Plan types 8 years ago
ui_output_provisioner_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
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 Fix negative parallelism and negative semaphore (#23902) 6 years ago
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 stringer: Regenerate files with latest version 7 years ago
variables.go Version tools per Go convention under tools.go 7 years ago
variables_test.go Upgrade to quoted keywords to error 5 years ago
version_required.go terraform: Fix required version constraint diags 6 years ago
walkoperation_string.go remove refresh! 6 years ago