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
Mitchell Hashimoto 69759e04ca
terraform: convert empty path to root path in V1 state
9 years ago
..
test-fixtures terraform: convert empty path to root path in V1 state 9 years ago
context.go terraform: interpolate "terraform.env" 9 years ago
context_apply_test.go fix another hot lop in tests 9 years ago
context_components.go terraform: switch to a component factory 10 years ago
context_graph_type.go terraform: wip moving validation to new graph 9 years ago
context_import.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
context_import_test.go terraform: import graph should setup parent refs to providers 9 years ago
context_input_test.go Add failing test for invalid interpolation 9 years ago
context_plan_test.go Correctly filter flatmapped values in diff 9 years ago
context_refresh_test.go terraform: unknown value for variables not set 9 years ago
context_test.go Add a failing test for missing keys in diff 9 years ago
context_validate_test.go Merge pull request #10934 from hashicorp/f-provisioner-stop 9 years ago
debug.go terraform: fix compilation by complying with interface 9 years ago
debug_test.go website: add destroy provisioners to getting started 9 years ago
diff.go Correctly filter flatmapped values in diff 9 years ago
diff_test.go terraform: ignore RequiresNew for collection removal in diff.Same 9 years ago
edge_destroy.go terraform: starting CBD, destroy edge for the destroy relationship 10 years ago
eval.go
eval_apply.go terraform: introduce EvalApplyPre so that PreApply is called even for 9 years ago
eval_check_prevent_destroy.go terraform: prevent_destroy works for decreasing count 10 years ago
eval_context.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
eval_context_builtin.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
eval_context_builtin_test.go
eval_context_mock.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
eval_count.go
eval_count_boundary.go terraform: new graph fixes ".0" and "" boundaries on counts 10 years ago
eval_count_computed.go terraform: detect compute counts and show a nicer error 10 years ago
eval_diff.go Correctly filter flatmapped values in diff 9 years ago
eval_diff_test.go
eval_error.go
eval_filter.go
eval_filter_operation.go
eval_if.go
eval_import_state.go
eval_interpolate.go
eval_interpolate_test.go
eval_noop.go
eval_output.go Check for multi-values maps in output too 10 years ago
eval_output_test.go Check for multi-values maps in output too 10 years ago
eval_provider.go
eval_provider_test.go
eval_provisioner.go
eval_provisioner_test.go
eval_read_data.go core: don't force data resource id diff to be empty 10 years ago
eval_refresh.go
eval_resource.go
eval_sequence.go terraform: don't validate computed values in validate 9 years ago
eval_sequence_test.go
eval_state.go terraform: write lock on post state updates 10 years ago
eval_state_test.go
eval_test.go
eval_validate.go terraform: don't validate computed values in validate 9 years ago
eval_validate_selfref.go terraform: validate self references 9 years ago
eval_validate_selfref_test.go terraform: validate self references 9 years ago
eval_validate_test.go terraform: ResourceConfig reimplementation for TypeUnknown 10 years ago
eval_variable.go core: Set all unknown keys to UnknownVariableValue 10 years ago
eval_variable_test.go terraform: allow literal maps to be passed to modules 10 years ago
evaltree_provider.go
graph.go terraform: remove ConnectDependents and related interfaces 9 years ago
graph_builder.go terraform: remove legacy graph builder 9 years ago
graph_builder_apply.go terraform: outputs should not be included if not targeted 9 years ago
graph_builder_apply_test.go terraform: outputs should not be included if not targeted 9 years ago
graph_builder_destroy_plan.go terraform: new Graph API that can return the graph for each op 9 years ago
graph_builder_import.go terraform: import graph should setup parent refs to providers 9 years ago
graph_builder_input.go terraform: wip moving validation to new graph 9 years ago
graph_builder_plan.go terraform: fixup a merge issue 9 years ago
graph_builder_plan_test.go terraform: don't include providers if not targeted 9 years ago
graph_builder_refresh.go terraform: handle count fields for data sources 9 years ago
graph_builder_test.go terraform: remove legacy graph builder 9 years ago
graph_builder_validate.go terraform: expand count on resources during validation 9 years ago
graph_dot.go Remove dot package 10 years ago
graph_dot_test.go terraform: remove ConnectDependents and related interfaces 9 years ago
graph_interface_subgraph.go
graph_test.go terraform: remove ConnectDependents and related interfaces 9 years ago
graph_walk.go Replace DebugGraphs with the Graph's methods 10 years ago
graph_walk_context.go terraform: string through the context meta 9 years ago
graph_walk_operation.go
graph_walk_test.go
graphtype_string.go terraform: commmit generated file 9 years ago
hook.go terraform: PostProvision hook gets the error from the provision step 9 years ago
hook_mock.go terraform: PostProvision hook gets the error from the provision step 9 years ago
hook_stop.go terraform: PostProvision hook gets the error from the provision step 9 years ago
hook_stop_test.go
hook_test.go
instancetype.go
instancetype_string.go
interpolate.go terraform: unknown value for variables not set 9 years ago
interpolate_test.go terraform: interpolate "terraform.env" 9 years ago
node_count_boundary.go terraform: new graph fixes ".0" and "" boundaries on counts 10 years ago
node_data_destroy.go terraform: data source on refresh should just delete from state 9 years ago
node_data_refresh.go terraform: convert StateDeps to use new structs 9 years ago
node_module_destroy.go terraform: destroy module nodes show up in plan destroy 10 years ago
node_module_variable.go terraform: TargetsTransformer should preserve module variables 9 years ago
node_module_variable_test.go terraform: tests for module variable node 10 years ago
node_output.go terraform: outputs should not be included if not targeted 9 years ago
node_output_orphan.go terraform: prune orphan outputs in old graph 10 years ago
node_provider.go terraform: refactor NodeApplyableProvider to use NodeAbstractProvider 9 years ago
node_provider_abstract.go terraform: don't include providers if not targeted 9 years ago
node_provider_disabled.go terraform: disable providers in new apply graph 10 years ago
node_provisioner.go terraform: new provisioner node 9 years ago
node_resource_abstract.go terraform: destroy ordering needs to handle destroy provisioner edges 9 years ago
node_resource_abstract_count.go terraform: don't validate computed values in validate 9 years ago
node_resource_apply.go terraform: convert StateDeps to use new structs 9 years ago
node_resource_destroy.go terraform: destroy resource should depend on destroy-time prov deps 9 years ago
node_resource_destroy_test.go terraform: Destroy node should only include deposed for specific index 9 years ago
node_resource_plan.go terraform: handle count fields for data sources 9 years ago
node_resource_plan_destroy.go terraform: Destroy node should only include deposed for specific index 9 years ago
node_resource_plan_instance.go terraform: convert StateDeps to use new structs 9 years ago
node_resource_plan_orphan.go terraform: Destroy node should only include deposed for specific index 9 years ago
node_resource_refresh.go terraform: data source on refresh should just delete from state 9 years ago
node_resource_validate.go terraform: don't validate computed values in validate 9 years ago
node_root_variable.go terraform: RootVariableTransform 10 years ago
path.go
plan.go terraform: support backends in the state 9 years ago
plan_test.go terraform: add Meta field to diffs 9 years ago
resource.go ResourceConfig.get should never return (nil, true) 10 years ago
resource_address.go terraform: test case for #10982 (passes) 9 years ago
resource_address_test.go terraform: test case for #10982 (passes) 9 years ago
resource_provider.go terraform: Stop API added to ResourceProvider 10 years ago
resource_provider_mock.go move TestReset mock from terraform to helper 9 years ago
resource_provider_mock_test.go
resource_provisioner.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
resource_provisioner_mock.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
resource_provisioner_mock_test.go
resource_test.go Nested lists and maps fail in GetRaw 9 years ago
semantics.go terraform: remove GraphNodeModule 9 years ago
semantics_test.go terraform: user friendly error when using old map overrides 9 years ago
shadow.go terraform: Shadow interface, properly string through errors at the right 10 years ago
shadow_components.go terraform: if components is closed, initialize closed components 10 years ago
shadow_context.go terraform: string through the context meta 9 years ago
shadow_resource_provider.go terraform: EvalInstanceInfo on data sources in new graph 10 years ago
shadow_resource_provider_test.go terraform: ShadowError returns errors, not the close operation 10 years ago
shadow_resource_provisioner.go terraform: switch to Context for stop, Stoppable provisioners 9 years ago
shadow_resource_provisioner_test.go terraform: ResourceProvisioner shadow 10 years ago
state.go Fix receive typo (#12881) 9 years ago
state_add.go Set proper Mode when moving a data source in state 10 years ago
state_add_test.go Set proper Mode when moving a data source in state 10 years ago
state_filter.go fix sorting of module resources during state mv 9 years ago
state_filter_test.go terraform: StateFilter handles cases where ResourceState has no type 9 years ago
state_test.go missing defaults in sort 9 years ago
state_upgrade_v1_to_v2.go terraform: convert empty path to root path in V1 state 9 years ago
state_upgrade_v1_to_v2_test.go terraform: convert empty path to root path in V1 state 9 years ago
state_upgrade_v2_to_v3.go terraform: V1 to V2 upgrade should treat nil path as root path 9 years ago
state_v1.go
terraform_test.go Fix test that relied on empty Old diff 9 years ago
testing.go terraform: support backends in the state 9 years ago
transform.go terraform: unify destroy/apply graph builders 10 years ago
transform_attach_config_provider.go terraform: configure provider aliases in the new apply graph 10 years ago
transform_attach_config_resource.go terraform: enable shadow graph and destroy resource mode with addr 10 years ago
transform_attach_state.go terraform: passing test for destroy edge for module only 9 years ago
transform_config.go terraform: ConfigTransformer has Unique and mode filters 9 years ago
transform_config_flat.go terraform: CBD makes the proper edge connections for dependent resources 10 years ago
transform_config_flat_test.go terraform: FlatConfigTransformer 10 years ago
transform_config_old.go terraform: remove config transformer old 9 years ago
transform_config_test.go terraform: ConfigTransformer has Unique and mode filters 9 years ago
transform_count_boundary.go terraform: new graph fixes ".0" and "" boundaries on counts 10 years ago
transform_deposed.go terraform: introduce EvalApplyPre so that PreApply is called even for 9 years ago
transform_destroy_cbd.go terraform: CBD edge should ignore "index" 9 years ago
transform_destroy_cbd_test.go terraform: CBD edge should ignore "index" 9 years ago
transform_destroy_edge.go terraform: destroy ordering needs to handle destroy provisioner edges 9 years ago
transform_destroy_edge_test.go terraform: passing test for destroy edge for module only 9 years ago
transform_diff.go terraform: new apply graph understands destroying deposed only 9 years ago
transform_diff_test.go terraform: remove diff transformer test that no longer happens 10 years ago
transform_expand.go terraform: more dead code removal 9 years ago
transform_expand_test.go implement dag.Subgrapher interface 10 years ago
transform_import_provider.go terraform: verify import providers only depend on vars 10 years ago
transform_import_state.go Implements import with specified provider 10 years ago
transform_module_variable.go terraform: add module vars after providers to see references 9 years ago
transform_module_variable_test.go terraform: module variables should be pruned if nothing depends on them 10 years ago
transform_orphan_count.go terraform: fix a typo found during review 10 years ago
transform_orphan_count_test.go terraform: proper "what to orphan" on zero/one boundary logic 10 years ago
transform_orphan_output.go terraform: orphan outputs are deleted from the state 10 years ago
transform_orphan_resource.go terraform: don't prune state on init() 9 years ago
transform_orphan_resource_test.go terraform: don't prune state on init() 9 years ago
transform_output.go terraform: get tests to not panic on failures 10 years ago
transform_provider.go terraform: close transform should not include untargeted providers 9 years ago
transform_provider_disable.go terraform: disable providers in new apply graph 10 years ago
transform_provider_test.go terraform: close transform should not include untargeted providers 9 years ago
transform_provisioner.go terraform: remove flatten, forever 9 years ago
transform_provisioner_test.go terraform: new provisioner node 9 years ago
transform_reference.go terraform: remove node module file 9 years ago
transform_reference_test.go terraform: tests for ReferenceMap for module paths 10 years ago
transform_resource_count.go terraform: expand count in plan 10 years ago
transform_root.go terraform: provider transform is converted to new graph world view 9 years ago
transform_root_test.go terraform: convert root transform test to use new config transform 9 years ago
transform_state.go terraform: implement destroy planning basics from state 10 years ago
transform_targets.go terraform: remove graph config node file 9 years ago
transform_targets_test.go terraform: convert all tests to use the new config transformer 9 years ago
transform_transitive_reduction.go
transform_transitive_reduction_test.go terraform: convert all tests to use the new config transformer 9 years ago
transform_variable.go terraform: RootVariableTransform 10 years ago
transform_vertex.go
transform_vertex_test.go
ui_input.go
ui_input_mock.go
ui_input_prefix.go
ui_input_prefix_test.go
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
upgrade_state_v1_test.go Ensure better state normalization 10 years ago
upgrade_state_v2_test.go
util.go "external" data source, for integrating with external programs (#8768) 9 years ago
util_test.go "external" data source, for integrating with external programs (#8768) 9 years ago
variables.go Return an error for setting a non-map to a map 10 years ago
variables_test.go Add failing test for GH-10155 10 years ago
version.go release: clean up after v0.9.1 9 years ago
version_required.go terraform: verify version requirements from configuration 10 years ago
walkoperation_string.go