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
clint f895f93769
release: clean up after v0.8.4
9 years ago
..
test-fixtures failing test with wrong interpolated list order 9 years ago
context.go terraform: new Graph API that can return the graph for each op 9 years ago
context_apply_test.go terraform: TargetsTransformer should preserve module variables 9 years ago
context_components.go terraform: switch to a component factory 10 years ago
context_graph_type.go terraform: new Graph API that can return the graph for each op 9 years ago
context_import.go Implements import with specified provider 9 years ago
context_import_test.go nitpicks for #10310 9 years ago
context_input_test.go Allow the HCL input when prompted 10 years ago
context_plan_test.go failing test with wrong interpolated list order 9 years ago
context_refresh_test.go terraform: test that data sources can reference other data sources 10 years ago
context_test.go Allow test fixtures with non-string attributes 9 years ago
context_validate_test.go terraform: user friendly error when using old map overrides 9 years ago
debug.go Remove the dot graphs from the debug log, 9 years ago
debug_test.go Remove the dot graphs from the debug log, 9 years ago
diff.go terraform: do the deposed check within EvalDiff 9 years ago
diff_test.go terraform: add more Same test cases to cover #9171 9 years ago
edge_destroy.go terraform: starting CBD, destroy edge for the destroy relationship 10 years ago
eval.go
eval_apply.go Fix race on Provisioner.RawConfig 10 years ago
eval_check_prevent_destroy.go terraform: prevent_destroy works for decreasing count 10 years ago
eval_context.go core: Use native HIL maps instead of flatmaps 10 years ago
eval_context_builtin.go terraform: component uid includes the path 10 years ago
eval_context_builtin_test.go
eval_context_mock.go core: Use native HIL maps instead of flatmaps 10 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 9 years ago
eval_diff.go terraform: do the deposed check within EvalDiff 9 years ago
eval_diff_test.go
eval_error.go
eval_filter.go
eval_filter_operation.go
eval_if.go
eval_import_state.go terraform: import verifies the refresh results in non-nil state 10 years ago
eval_interpolate.go Module variables not being interpolated 10 years ago
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 providers/aws: security group import imports rules 10 years ago
eval_resource.go
eval_sequence.go
eval_sequence_test.go
eval_state.go terraform: write lock on post state updates 9 years ago
eval_state_test.go Add tests and fix last issues 10 years ago
eval_test.go
eval_validate.go core: rerun resource validation before plan and apply 10 years ago
eval_validate_test.go terraform: ResourceConfig reimplementation for TypeUnknown 9 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 terraform: providers should input/config on import 10 years ago
graph.go Remove the dot graphs from the debug log, 9 years ago
graph_builder.go Make sure each GraphBuilder has a Name 9 years ago
graph_builder_apply.go terraform: destroy resources in dependent providers first 9 years ago
graph_builder_apply_test.go terraform: destroy edges should take into account module variables 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: refactor NodeApplyableProvider to use NodeAbstractProvider 9 years ago
graph_builder_plan.go terraform: add module vars after providers to see references 9 years ago
graph_builder_plan_test.go terraform: tests for the plan graph builder 9 years ago
graph_builder_test.go fix CreateBeforeDestroy with datasources 10 years ago
graph_config_node.go terraform: TargetsTransformer on destroy plan 10 years ago
graph_config_node_module.go Remove dot package 9 years ago
graph_config_node_module_test.go implement dag.Subgrapher interface 9 years ago
graph_config_node_output.go Interpolation also skipped during Validate phase 10 years ago
graph_config_node_provider.go Remove dot package 9 years ago
graph_config_node_resource.go Make sure each GraphBuilder has a Name 9 years ago
graph_config_node_test.go
graph_config_node_type.go
graph_config_node_variable.go terraform: Filter untargeted variable nodes 10 years ago
graph_config_node_variable_test.go
graph_dot.go Remove dot package 9 years ago
graph_dot_test.go Remove dot package 9 years ago
graph_interface_subgraph.go
graph_test.go terraform: destroy edges should take into account module variables 9 years ago
graph_walk.go Replace DebugGraphs with the Graph's methods 9 years ago
graph_walk_context.go Replace DebugGraphs with the Graph's methods 9 years ago
graph_walk_operation.go terraform: start Import function, totally untested 10 years ago
graph_walk_test.go
graphnodeconfigtype_string.go
graphtype_string.go terraform: new Graph API that can return the graph for each op 9 years ago
hook.go terraform: import state ID should be sent to hook 10 years ago
hook_mock.go terraform: deposed should trigger PostApply hook 10 years ago
hook_stop.go terraform: import state ID should be sent to hook 10 years ago
hook_stop_test.go
hook_test.go
instancetype.go
instancetype_string.go
interpolate.go Use flatmap.Expand to extract interpolated values 9 years ago
interpolate_test.go Fix string representation of sets during interpolation 9 years ago
node_count_boundary.go terraform: new graph fixes ".0" and "" boundaries on counts 10 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: output nodes reference `depends_on` values 9 years ago
node_output_orphan.go terraform: prune orphan outputs in old graph 9 years ago
node_provider.go terraform: refactor NodeApplyableProvider to use NodeAbstractProvider 9 years ago
node_provider_abstract.go terraform: refactor NodeApplyableProvider to use NodeAbstractProvider 9 years ago
node_provider_disabled.go terraform: disable providers in new apply graph 10 years ago
node_resource_abstract.go terraform: new graph nodes implement Dotter 9 years ago
node_resource_apply.go terraform: apply resource must depend on destroy deps 9 years ago
node_resource_destroy.go terraform: when promoting non-CBD to CBD, mark the config as such 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 Make sure each GraphBuilder has a Name 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 Merge pull request #10404 from hashicorp/b-plan-deposed 9 years ago
node_resource_plan_orphan.go terraform: Destroy node should only include deposed for specific index 9 years ago
node_root_variable.go terraform: RootVariableTransform 10 years ago
path.go
plan.go core: Convert context vars to map[string]interface{} 10 years ago
plan_test.go core: Convert context vars to map[string]interface{} 10 years ago
resource.go ResourceConfig.get should never return (nil, true) 9 years ago
resource_address.go terraform: Destroy node should only include deposed for specific index 9 years ago
resource_address_test.go terraform: Destroy node should only include deposed for specific index 9 years ago
resource_provider.go terraform: Stop API added to ResourceProvider 10 years ago
resource_provider_mock.go terraform: implement Stop in the mock and shadow 10 years ago
resource_provider_mock_test.go
resource_provisioner.go
resource_provisioner_mock.go Make all terraform package tests pass under -race 10 years ago
resource_provisioner_mock_test.go
resource_test.go Nested lists and maps fail in GetRaw 9 years ago
semantics.go terraform: user friendly error when using old map overrides 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: shadow errors with UUID() must be ignored 9 years ago
shadow_resource_provider.go terraform: EvalInstanceInfo on data sources in new graph 9 years ago
shadow_resource_provider_test.go terraform: ShadowError returns errors, not the close operation 10 years ago
shadow_resource_provisioner.go terraform: ResourceProvisioner shadow 10 years ago
shadow_resource_provisioner_test.go terraform: ResourceProvisioner shadow 10 years ago
state.go terraform: don't prune state on init() 9 years ago
state_add.go Set proper Mode when moving a data source in state 9 years ago
state_add_test.go Set proper Mode when moving a data source in state 9 years ago
state_filter.go terraform: filtering on name actually matches name 10 years ago
state_filter_test.go terraform: test for querying count resources 10 years ago
state_test.go terraform: don't prune state on init() 9 years ago
state_upgrade_v1_to_v2.go Ensure better state normalization 10 years ago
state_upgrade_v2_to_v3.go core: Introduce state v3 and upgrade process 10 years ago
state_v1.go core: Introduce state v3 and upgrade process 10 years ago
terraform_test.go terraform: add module vars after providers to see references 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 9 years ago
transform_attach_config_resource.go terraform: enable shadow graph and destroy resource mode with addr 10 years ago
transform_attach_state.go fix typo 9 years ago
transform_config.go terraform: ConfigTransformer 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: PlanGraphBuilder 9 years ago
transform_config_old_test.go terraform: PlanGraphBuilder 9 years ago
transform_config_test.go terraform: address go vet 9 years ago
transform_count_boundary.go terraform: new graph fixes ".0" and "" boundaries on counts 10 years ago
transform_deposed.go terraform: deposed should trigger PostApply hook 10 years ago
transform_destroy.go terraform: when promoting non-CBD to CBD, mark the config as such 9 years ago
transform_destroy_cbd.go terraform: when promoting non-CBD to CBD, mark the config as such 9 years ago
transform_destroy_cbd_test.go terraform: when promoting non-CBD to CBD, mark the config as such 9 years ago
transform_destroy_edge.go terraform: destroy edges should take into account module variables 9 years ago
transform_destroy_edge_test.go terraform: apply resource must depend on destroy deps 9 years ago
transform_destroy_test.go terraform: PlanGraphBuilder 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 implement dag.Subgrapher interface 9 years ago
transform_expand_test.go implement dag.Subgrapher interface 9 years ago
transform_flatten.go
transform_flatten_test.go terraform: PlanGraphBuilder 9 years ago
transform_import_provider.go terraform: verify import providers only depend on vars 9 years ago
transform_import_state.go Implements import with specified provider 9 years ago
transform_module_destroy_old.go terraform: destroy module nodes show up in plan destroy 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 9 years ago
transform_noop.go
transform_noop_test.go
transform_orphan.go terraform: prevent_destroy works for decreasing count 10 years ago
transform_orphan_count.go terraform: fix a typo found during review 9 years ago
transform_orphan_count_test.go terraform: proper "what to orphan" on zero/one boundary logic 9 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_orphan_test.go terraform: PlanGraphBuilder 9 years ago
transform_output.go terraform: get tests to not panic on failures 10 years ago
transform_output_orphan.go terraform: orphan outputs are deleted from the state 10 years ago
transform_output_orphan_test.go terraform: PlanGraphBuilder 9 years ago
transform_provider.go terraform: destroy resources in dependent providers first 9 years ago
transform_provider_disable.go terraform: disable providers in new apply graph 10 years ago
transform_provider_old.go Remove dot package 9 years ago
transform_provider_test.go terraform: PlanGraphBuilder 9 years ago
transform_provisioner.go terraform: new apply graph creates provisioners in modules 10 years ago
transform_provisioner_test.go terraform: PlanGraphBuilder 9 years ago
transform_proxy.go
transform_proxy_test.go
transform_reference.go terraform: resources nested within a module must also be depended on 9 years ago
transform_reference_test.go terraform: tests for ReferenceMap for module paths 9 years ago
transform_resource.go Prevent data sources from being aplied early 9 years ago
transform_resource_count.go terraform: expand count in plan 9 years ago
transform_resource_test.go terraform: ResourceTransformer to ResourceTransformerOld 9 years ago
transform_root.go
transform_root_test.go terraform: PlanGraphBuilder 9 years ago
transform_state.go terraform: implement destroy planning basics from state 10 years ago
transform_targets.go terraform: TargetsTransformer on destroy plan 10 years ago
transform_targets_test.go terraform: PlanGraphBuilder 9 years ago
transform_transitive_reduction.go
transform_transitive_reduction_test.go terraform: PlanGraphBuilder 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 core: Add test for V2->V3 state upgrade 10 years ago
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 9 years ago
variables_test.go Add failing test for GH-10155 9 years ago
version.go release: clean up after v0.8.4 9 years ago
version_required.go terraform: verify version requirements from configuration 9 years ago
walkoperation_string.go terraform: generate 10 years ago