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 f9113ad40e
release: clean up after v0.6.9
11 years ago
..
test-fixtures core: test coverage around map key regression 11 years ago
context.go Demote some log lines to DEBUG. 11 years ago
context_apply_test.go core: test coverage around map key regression 11 years ago
context_input_test.go core: don't error on computed value during input walk 11 years ago
context_plan_test.go Add failing test for targeted destroy on orphan 11 years ago
context_refresh_test.go core: fix deadlock when dependable node replaced with non-dependable one 11 years ago
context_test.go tests: extract deadlock checking test helper 11 years ago
context_validate_test.go core: split context tests 11 years ago
diff.go remove various typos 11 years ago
diff_test.go core: avoid diff mismatch on NewRemoved fields during -/+ 11 years ago
eval.go terraform: provider cache should append the provider name to it 12 years ago
eval_apply.go removed extra parentheses 11 years ago
eval_check_prevent_destroy.go update prevent_destroy error message 11 years ago
eval_context.go core: close provider/provisioner connections 11 years ago
eval_context_builtin.go terraform: provider input should be scoped by path 11 years ago
eval_context_builtin_test.go terraform: provider input should be scoped by path 11 years ago
eval_context_mock.go core: close provider/provisioner connections 11 years ago
eval_count.go terraform: catch scenario where both "foo" and "foo.0" are in state 11 years ago
eval_diff.go terraform: add reason to diff mismatch error 11 years ago
eval_diff_test.go terraform: destroy node should not create 12 years ago
eval_error.go core: [refactor] store Deposed resource instances as a list 11 years ago
eval_filter.go terraform: more eval stuff 12 years ago
eval_filter_operation.go terraform: clean up EvalNodes 12 years ago
eval_if.go core: [refactor] pull Deposed out of Tainted list 11 years ago
eval_ignore_changes.go Started the work for the AWS CodeCommit Repository resource 11 years ago
eval_interpolate.go terraform: clean up EvalNodes 12 years ago
eval_interpolate_test.go terraform: clean up EvalNodes 12 years ago
eval_noop.go terraform: clean up EvalNodes 12 years ago
eval_output.go terraform: EvalDeleteOutput and context test 11 years ago
eval_provider.go core: close provider/provisioner connections 11 years ago
eval_provider_test.go core: close provider/provisioner connections 11 years ago
eval_provisioner.go core: close provider/provisioner connections 11 years ago
eval_provisioner_test.go core: close provider/provisioner connections 11 years ago
eval_refresh.go Add resource ID to refresh errors 11 years ago
eval_resource.go terraform: clean up EvalNodes 12 years ago
eval_sequence.go terraform: clean up EvalNodes 12 years ago
eval_sequence_test.go terraform: Refresh, Read/Write state 12 years ago
eval_state.go Support for multiple providers of the same type 11 years ago
eval_state_test.go core: tweaks from code review 11 years ago
eval_test.go terraform: clean up EvalNodes 12 years ago
eval_validate.go Demote some log lines to DEBUG. 11 years ago
eval_variable.go terraform: set variables in the proper location 11 years ago
evaltree_provider.go Add operation walkDestroy 11 years ago
graph.go core: fix deadlock when dependable node replaced with non-dependable one 11 years ago
graph_builder.go Allow targeting of orphan nodes 11 years ago
graph_builder_test.go terraform: orphan dependencies should be inverted 11 years ago
graph_config_node.go terraform: fill in more flat interfaces 11 years ago
graph_config_node_module.go terraform: update comment 11 years ago
graph_config_node_module_test.go terraform: add module destroy node to graph 11 years ago
graph_config_node_output.go Add operation walkDestroy 11 years ago
graph_config_node_provider.go terraform: providers in flattened graphs should depend on the parent 11 years ago
graph_config_node_resource.go Allow targeting of orphan nodes 11 years ago
graph_config_node_test.go terraform: redo how flattening works 11 years ago
graph_config_node_type.go terraform: add variables as graph nodes (no eval yet) 11 years ago
graph_config_node_variable.go terraform: prune resources and variables 11 years ago
graph_config_node_variable_test.go terraform: set variables in the proper location 11 years ago
graph_dot.go Fix three trivial errors 'go vet' discovered. 11 years ago
graph_dot_test.go removed extra parentheses 11 years ago
graph_interface_subgraph.go terraform: subpath context setting 11 years ago
graph_test.go core: fix deadlock when dependable node replaced with non-dependable one 11 years ago
graph_walk.go terraform: subpath context setting 11 years ago
graph_walk_context.go command: fix flaky parallelism tests 11 years ago
graph_walk_operation.go Add operation walkDestroy 11 years ago
graph_walk_test.go terraform: trying this graphwalker thing 12 years ago
graphnodeconfigtype_string.go Reflect new comment format in stringer.go 11 years ago
hook.go terraform: PostStateUpdate hook and EvalUpdateStateHook 12 years ago
hook_mock.go terraform: PostStateUpdate hook and EvalUpdateStateHook 12 years ago
hook_stop.go terraform: PostStateUpdate hook and EvalUpdateStateHook 12 years ago
hook_stop_test.go
hook_test.go
instancetype.go core: formalize resource addressing 11 years ago
instancetype_string.go Reflect new comment format in stringer.go 11 years ago
interpolate.go template_file: source contents instead of path 11 years ago
interpolate_test.go Test removing weird zero+zero Route53 test case 11 years ago
path.go terraform: module inputs are passed through to subgraphs 12 years ago
plan.go core: targeted operations 11 years ago
plan_test.go terraform: Plan should use module.Tree 12 years ago
resource.go helper/schema: FieldReaderConfig detects computed maps 11 years ago
resource_address.go removed extra parentheses 11 years ago
resource_address_test.go core: module targeting 11 years ago
resource_provider.go core: close provider/provisioner connections 11 years ago
resource_provider_mock.go command: fix flaky parallelism tests 11 years ago
resource_provider_mock_test.go terraform: provider mock should close itself to find bugs 11 years ago
resource_provider_test.go
resource_provisioner.go core: close provider/provisioner connections 11 years ago
resource_provisioner_mock.go terraform: change provisioners to take UIOutput 12 years ago
resource_provisioner_mock_test.go
resource_test.go terraform: goodbye context.go (old) 12 years ago
semantics.go terraform: start implementing interfaces for semantic checks 12 years ago
semantics_test.go
state.go core: store deeply nested modules in a consistent order in the state 11 years ago
state_test.go core: store deeply nested modules in a consistent order in the state 11 years ago
state_v1.go config: add Config method 12 years ago
state_v1_test.go
terraform_test.go Add test attempting to reproduce #2598 11 years ago
transform.go terraform: GraphVertexTransformers 12 years ago
transform_config.go core: module targeting 11 years ago
transform_config_test.go terraform: add variables as graph nodes (no eval yet) 11 years ago
transform_deposed.go Add operation walkDestroy 11 years ago
transform_destroy.go terraform: orphan dependencies should be inverted 11 years ago
transform_destroy_test.go core: validate graph w/ diff during plan phase 11 years ago
transform_expand.go terraform: orphan module should flatten 11 years ago
transform_expand_test.go terraform: fix tests 12 years ago
transform_flatten.go remove various typos 11 years ago
transform_flatten_test.go terraform: add module destroy node to graph 11 years ago
transform_module.go terraform: add module destroy node to graph 11 years ago
transform_module_test.go terraform: module inputs are passed through to subgraphs 12 years ago
transform_noop.go terraform: remove print 11 years ago
transform_noop_test.go terraform: PruneNoopTransformer 11 years ago
transform_orphan.go Allow targeting of orphan nodes 11 years ago
transform_orphan_test.go Support for multiple providers of the same type 11 years ago
transform_output.go Add operation walkDestroy 11 years ago
transform_output_test.go terraform: add output orphan transformer 11 years ago
transform_provider.go Add operation walkDestroy 11 years ago
transform_provider_test.go core: fix provider/close provider race when targeting 11 years ago
transform_provisioner.go core: remove now-unused flatten impls of close nodes 11 years ago
transform_provisioner_test.go core: close provider/provisioner connections 11 years ago
transform_proxy.go terraform: proxy uses custom edge 11 years ago
transform_proxy_test.go terraform: GraphNodeProxy 11 years ago
transform_resource.go style: ran go fmt 11 years ago
transform_resource_test.go terraform: inner-count dependencies work [GH-1540] 11 years ago
transform_root.go terraform: prune resources and variables 11 years ago
transform_root_test.go terraform: validation in progress 12 years ago
transform_tainted.go Add operation walkDestroy 11 years ago
transform_tainted_test.go Support for multiple providers of the same type 11 years ago
transform_targets.go core: improve debug logging when targeting 11 years ago
transform_targets_test.go core: targeted operations 11 years ago
transform_transitive_reduction.go terraform: add TransitiveReductionTransformer 11 years ago
transform_transitive_reduction_test.go terraform: add TransitiveReductionTransformer 11 years ago
transform_vertex.go terraform: GraphVertexTransformers 12 years ago
transform_vertex_test.go terraform: GraphVertexTransformers 12 years ago
ui_input.go helper/scheam: support UI defaults 12 years ago
ui_input_mock.go terraform: Input() asks for variable inputs 12 years ago
ui_input_prefix.go terraform: Make output more machine-like 12 years ago
ui_input_prefix_test.go terraform: prefix the Id for configuring providers 12 years ago
ui_output.go terraform: UIOutput interface 12 years ago
ui_output_callback.go terraform: provisioners 12 years ago
ui_output_callback_test.go terraform: provisioners 12 years ago
ui_output_mock.go fmt 12 years ago
ui_output_mock_test.go terraform: UIOutput interface 12 years ago
ui_output_provisioner.go terraform: no longer require uiOutput, do it auto in Hook 12 years ago
ui_output_provisioner_test.go terraform: no longer require uiOutput, do it auto in Hook 12 years ago
util.go Support for multiple providers of the same type 11 years ago
util_test.go terraform: Adding a semaphore implementation 12 years ago
version.go release: clean up after v0.6.9 11 years ago
walkoperation_string.go Reflect new comment format in stringer.go 11 years ago