.. |
test-fixtures
|
Merge pull request #10080 from hashicorp/f-tf-version
|
2016-11-14 11:53:30 -08:00 |
context.go
|
Merge pull request #10093 from hashicorp/f-console
|
2016-11-14 11:53:49 -08:00 |
context_apply_test.go
|
Merge pull request #10076 from hashicorp/f-depend-module
|
2016-11-14 11:53:12 -08:00 |
context_components.go
|
terraform: switch to a component factory
|
2016-10-11 22:17:29 +08:00 |
context_import.go
|
terraform: import loads the context module by default
|
2016-11-09 15:08:22 -08:00 |
context_import_test.go
|
terraform: verify import providers only depend on vars
|
2016-11-09 15:09:13 -08:00 |
context_input_test.go
|
…
|
|
context_plan_test.go
|
terraform: shadow errors with UUID() must be ignored
|
2016-11-14 10:20:26 -08:00 |
context_refresh_test.go
|
terraform: test that data sources can reference other data sources
|
2016-10-23 18:53:00 -07:00 |
context_test.go
|
terraform: verify version requirements from configuration
|
2016-11-12 16:50:26 -08:00 |
context_validate_test.go
|
terraform: use the new TypeUnknown type from HIL
|
2016-11-09 14:28:15 -08:00 |
debug.go
|
Replace DebugGraphs with the Graph's methods
|
2016-11-14 08:52:18 -05:00 |
debug_test.go
|
Replace DebugGraphs with the Graph's methods
|
2016-11-14 08:52:18 -05:00 |
diff.go
|
terraform: Diff.Same should understand that Destroy might go false
|
2016-11-15 11:26:42 -08:00 |
diff_test.go
|
terraform: Diff.Same should understand that Destroy might go false
|
2016-11-15 11:26:42 -08:00 |
edge_destroy.go
|
terraform: starting CBD, destroy edge for the destroy relationship
|
2016-10-19 13:38:52 -07:00 |
eval.go
|
…
|
|
eval_apply.go
|
Fix race on Provisioner.RawConfig
|
2016-09-26 14:34:05 -04:00 |
eval_check_prevent_destroy.go
|
terraform: prevent_destroy works for decreasing count
|
2016-10-28 21:31:47 -04:00 |
eval_context.go
|
…
|
|
eval_context_builtin.go
|
terraform: component uid includes the path
|
2016-10-11 22:17:29 +08:00 |
eval_context_builtin_test.go
|
…
|
|
eval_context_mock.go
|
…
|
|
eval_count.go
|
…
|
|
eval_count_boundary.go
|
terraform: new graph fixes ".0" and "" boundaries on counts
|
2016-10-19 13:38:52 -07:00 |
eval_count_computed.go
|
terraform: detect compute counts and show a nicer error
|
2016-11-11 11:07:17 -08:00 |
eval_diff.go
|
Revert "[WIP] core: Log diff mismatch using spew instead of %#v"
|
2016-11-15 11:53:28 -08:00 |
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
|
2016-10-07 15:09:03 -04:00 |
eval_output_test.go
|
Check for multi-values maps in output too
|
2016-10-07 15:09:03 -04:00 |
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
|
2016-09-24 12:48:58 -07:00 |
eval_refresh.go
|
…
|
|
eval_resource.go
|
…
|
|
eval_sequence.go
|
…
|
|
eval_sequence_test.go
|
…
|
|
eval_state.go
|
…
|
|
eval_state_test.go
|
…
|
|
eval_test.go
|
…
|
|
eval_validate.go
|
…
|
|
eval_validate_test.go
|
terraform: ResourceConfig reimplementation for TypeUnknown
|
2016-11-09 14:28:16 -08:00 |
eval_variable.go
|
…
|
|
eval_variable_test.go
|
…
|
|
evaltree_provider.go
|
…
|
|
graph.go
|
Rename annotation methods
|
2016-11-14 11:06:52 -05:00 |
graph_builder.go
|
Add Graph.DebugOperation
|
2016-11-14 12:47:51 -05:00 |
graph_builder_apply.go
|
terraform: module variables should be pruned if nothing depends on them
|
2016-11-04 18:58:03 -07:00 |
graph_builder_apply_test.go
|
terraform: new apply graph creates provisioners in modules
|
2016-11-03 10:25:11 -07:00 |
graph_builder_destroy_plan.go
|
terraform: destroy graph must connect edges for proper target ordering
|
2016-11-10 21:14:44 -08:00 |
graph_builder_import.go
|
terraform: verify import providers only depend on vars
|
2016-11-09 15:09:13 -08:00 |
graph_builder_plan.go
|
terraform: target at the right moment to get the right values
|
2016-11-08 13:59:30 -08:00 |
graph_builder_plan_test.go
|
terraform: tests for the plan graph builder
|
2016-11-08 13:59:26 -08:00 |
graph_builder_test.go
|
fix CreateBeforeDestroy with datasources
|
2016-11-03 17:08:24 -04:00 |
graph_config_node.go
|
terraform: TargetsTransformer on destroy plan
|
2016-10-22 12:12:30 -07:00 |
graph_config_node_module.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
graph_config_node_module_test.go
|
implement dag.Subgrapher interface
|
2016-11-14 08:50:34 -05:00 |
graph_config_node_output.go
|
…
|
|
graph_config_node_provider.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
graph_config_node_resource.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
graph_config_node_test.go
|
…
|
|
graph_config_node_type.go
|
…
|
|
graph_config_node_variable.go
|
…
|
|
graph_config_node_variable_test.go
|
…
|
|
graph_dot.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
graph_dot_test.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
graph_interface_subgraph.go
|
…
|
|
graph_test.go
|
terraform: GraphWalkerPanicwrap catches panics during graph walks
|
2016-11-03 12:08:55 -07:00 |
graph_walk.go
|
Replace DebugGraphs with the Graph's methods
|
2016-11-14 08:52:18 -05:00 |
graph_walk_context.go
|
Replace DebugGraphs with the Graph's methods
|
2016-11-14 08:52:18 -05:00 |
graph_walk_operation.go
|
…
|
|
graph_walk_test.go
|
…
|
|
graphnodeconfigtype_string.go
|
…
|
|
hook.go
|
…
|
|
hook_mock.go
|
terraform: deposed should trigger PostApply hook
|
2016-10-30 15:24:20 -07:00 |
hook_stop.go
|
…
|
|
hook_stop_test.go
|
…
|
|
hook_test.go
|
…
|
|
instancetype.go
|
…
|
|
instancetype_string.go
|
…
|
|
interpolate.go
|
terraform: improve error messages to assist REPL
|
2016-11-13 23:17:04 -08:00 |
interpolate_test.go
|
terraform: when returning a raw attribute value, use hil conversion
|
2016-11-10 17:16:45 -08:00 |
node_count_boundary.go
|
terraform: new graph fixes ".0" and "" boundaries on counts
|
2016-10-19 13:38:52 -07:00 |
node_module_destroy.go
|
terraform: destroy module nodes show up in plan destroy
|
2016-10-22 12:12:29 -07:00 |
node_module_variable.go
|
terraform: tests for module variable node
|
2016-10-19 13:38:51 -07:00 |
node_module_variable_test.go
|
terraform: tests for module variable node
|
2016-10-19 13:38:51 -07:00 |
node_output.go
|
terraform: output nodes reference `depends_on` values
|
2016-11-11 18:16:04 -08:00 |
node_output_orphan.go
|
terraform: prune orphan outputs in old graph
|
2016-11-08 13:24:09 -08:00 |
node_provider.go
|
terraform: provider depends on config references
|
2016-10-19 13:38:52 -07:00 |
node_provider_abstract.go
|
terraform: disable providers in new apply graph
|
2016-10-19 14:54:00 -07:00 |
node_provider_disabled.go
|
terraform: disable providers in new apply graph
|
2016-10-19 14:54:00 -07:00 |
node_resource_abstract.go
|
terraform: references can have backups
|
2016-11-08 13:59:30 -08:00 |
node_resource_apply.go
|
terraform: EvalInstanceInfo on data sources in new graph
|
2016-11-15 09:02:10 -08:00 |
node_resource_destroy.go
|
terraform: enable shadow graph and destroy resource mode with addr
|
2016-10-22 12:12:30 -07:00 |
node_resource_plan.go
|
terraform: detect compute counts and show a nicer error
|
2016-11-11 11:07:17 -08:00 |
node_resource_plan_destroy.go
|
terraform: destroy graph must connect edges for proper target ordering
|
2016-11-10 21:14:44 -08:00 |
node_resource_plan_instance.go
|
terraform: enable plan shadow graph
|
2016-11-08 13:59:30 -08:00 |
node_resource_plan_orphan.go
|
terraform: enable plan shadow graph
|
2016-11-08 13:59:30 -08:00 |
node_root_variable.go
|
terraform: RootVariableTransform
|
2016-10-19 13:38:51 -07:00 |
path.go
|
…
|
|
plan.go
|
…
|
|
plan_test.go
|
…
|
|
resource.go
|
terraform: ResourceConfig reimplementation for TypeUnknown
|
2016-11-09 14:28:16 -08:00 |
resource_address.go
|
terraform: references can have backups
|
2016-11-08 13:59:30 -08:00 |
resource_address_test.go
|
terraform: resource address internal can parse data resource addrs
|
2016-10-19 14:12:30 -07:00 |
resource_provider.go
|
terraform: Stop API added to ResourceProvider
|
2016-10-25 12:09:44 -07:00 |
resource_provider_mock.go
|
terraform: implement Stop in the mock and shadow
|
2016-10-25 12:08:35 -07:00 |
resource_provider_mock_test.go
|
…
|
|
resource_provisioner.go
|
…
|
|
resource_provisioner_mock.go
|
…
|
|
resource_provisioner_mock_test.go
|
…
|
|
resource_test.go
|
terraform: ResourceConfig reimplementation for TypeUnknown
|
2016-11-09 14:28:16 -08:00 |
semantics.go
|
Allow map variables from json
|
2016-09-27 13:29:14 -04:00 |
semantics_test.go
|
Allow map variables from json
|
2016-09-27 13:29:14 -04:00 |
shadow.go
|
terraform: Shadow interface, properly string through errors at the right
|
2016-10-11 22:17:29 +08:00 |
shadow_components.go
|
terraform: if components is closed, initialize closed components
|
2016-10-19 14:10:46 -07:00 |
shadow_context.go
|
terraform: shadow errors with UUID() must be ignored
|
2016-11-14 10:20:26 -08:00 |
shadow_resource_provider.go
|
terraform: EvalInstanceInfo on data sources in new graph
|
2016-11-15 09:02:10 -08:00 |
shadow_resource_provider_test.go
|
terraform: ShadowError returns errors, not the close operation
|
2016-10-11 22:17:30 +08:00 |
shadow_resource_provisioner.go
|
terraform: ResourceProvisioner shadow
|
2016-10-11 22:17:30 +08:00 |
shadow_resource_provisioner_test.go
|
terraform: ResourceProvisioner shadow
|
2016-10-11 22:17:30 +08:00 |
state.go
|
Merge pull request #7320 from dtolnay/conflict
|
2016-10-14 11:00:46 -05:00 |
state_add.go
|
…
|
|
state_add_test.go
|
…
|
|
state_filter.go
|
…
|
|
state_filter_test.go
|
…
|
|
state_test.go
|
Merge pull request #7320 from dtolnay/conflict
|
2016-10-14 11:00:46 -05:00 |
state_upgrade_v1_to_v2.go
|
…
|
|
state_upgrade_v2_to_v3.go
|
…
|
|
state_v1.go
|
…
|
|
terraform_test.go
|
terraform: resources nested within a module must also be depended on
|
2016-11-12 15:38:28 -08:00 |
transform.go
|
terraform: unify destroy/apply graph builders
|
2016-10-22 12:12:30 -07:00 |
transform_attach_config_provider.go
|
terraform: configure provider aliases in the new apply graph
|
2016-11-04 16:51:52 -07:00 |
transform_attach_config_resource.go
|
terraform: enable shadow graph and destroy resource mode with addr
|
2016-10-22 12:12:30 -07:00 |
transform_attach_state.go
|
terraform: add destroy nodes, destroys kind of work
|
2016-10-19 13:38:51 -07:00 |
transform_config.go
|
terraform: ConfigTransformer
|
2016-11-08 13:59:25 -08:00 |
transform_config_flat.go
|
terraform: CBD makes the proper edge connections for dependent resources
|
2016-10-19 13:38:53 -07:00 |
transform_config_flat_test.go
|
terraform: FlatConfigTransformer
|
2016-10-19 13:38:53 -07:00 |
transform_config_old.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_config_old_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_config_test.go
|
terraform: address go vet
|
2016-11-08 14:04:57 -08:00 |
transform_count_boundary.go
|
terraform: new graph fixes ".0" and "" boundaries on counts
|
2016-10-19 13:38:52 -07:00 |
transform_deposed.go
|
terraform: deposed should trigger PostApply hook
|
2016-10-30 15:24:20 -07:00 |
transform_destroy.go
|
fix CreateBeforeDestroy with datasources
|
2016-11-03 17:08:24 -04:00 |
transform_destroy_cbd.go
|
terraform: CBD makes the proper edge connections for dependent resources
|
2016-10-19 13:38:53 -07:00 |
transform_destroy_cbd_test.go
|
terraform: CBD makes the proper edge connections for dependent resources
|
2016-10-19 13:38:53 -07:00 |
transform_destroy_edge.go
|
terraform: fix typo
|
2016-11-14 09:34:21 -08:00 |
transform_destroy_edge_test.go
|
terraform: destroy edge must include resources through outputs
|
2016-11-11 14:29:19 -08:00 |
transform_destroy_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_diff.go
|
terraform: enable shadow graph and destroy resource mode with addr
|
2016-10-22 12:12:30 -07:00 |
transform_diff_test.go
|
terraform: remove diff transformer test that no longer happens
|
2016-10-19 13:38:52 -07:00 |
transform_expand.go
|
implement dag.Subgrapher interface
|
2016-11-14 08:50:34 -05:00 |
transform_expand_test.go
|
implement dag.Subgrapher interface
|
2016-11-14 08:50:34 -05:00 |
transform_flatten.go
|
…
|
|
transform_flatten_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_import_provider.go
|
terraform: verify import providers only depend on vars
|
2016-11-09 15:09:13 -08:00 |
transform_import_state.go
|
…
|
|
transform_module_destroy_old.go
|
terraform: destroy module nodes show up in plan destroy
|
2016-10-22 12:12:29 -07:00 |
transform_module_variable.go
|
terraform: module variables should be pruned if nothing depends on them
|
2016-11-04 18:58:03 -07:00 |
transform_module_variable_test.go
|
terraform: module variables should be pruned if nothing depends on them
|
2016-11-04 18:58:03 -07:00 |
transform_noop.go
|
…
|
|
transform_noop_test.go
|
…
|
|
transform_orphan.go
|
terraform: prevent_destroy works for decreasing count
|
2016-10-28 21:31:47 -04:00 |
transform_orphan_count.go
|
terraform: fix a typo found during review
|
2016-11-09 08:10:09 -08:00 |
transform_orphan_count_test.go
|
terraform: proper "what to orphan" on zero/one boundary logic
|
2016-11-08 13:59:29 -08:00 |
transform_orphan_output.go
|
terraform: orphan outputs are deleted from the state
|
2016-10-19 13:38:52 -07:00 |
transform_orphan_resource.go
|
terraform: transform for adding orphan resources + tests
|
2016-11-08 13:59:27 -08:00 |
transform_orphan_resource_test.go
|
terraform: transform for adding orphan resources + tests
|
2016-11-08 13:59:27 -08:00 |
transform_orphan_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_output.go
|
terraform: get tests to not panic on failures
|
2016-10-19 13:38:51 -07:00 |
transform_output_orphan.go
|
terraform: orphan outputs are deleted from the state
|
2016-10-19 13:38:52 -07:00 |
transform_output_orphan_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_provider.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
transform_provider_disable.go
|
terraform: disable providers in new apply graph
|
2016-10-19 14:54:00 -07:00 |
transform_provider_old.go
|
Remove dot package
|
2016-11-14 08:50:34 -05:00 |
transform_provider_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_provisioner.go
|
terraform: new apply graph creates provisioners in modules
|
2016-11-03 10:25:11 -07:00 |
transform_provisioner_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_proxy.go
|
…
|
|
transform_proxy_test.go
|
…
|
|
transform_reference.go
|
terraform: resources nested within a module must also be depended on
|
2016-11-12 15:38:28 -08:00 |
transform_reference_test.go
|
terraform: tests for ReferenceMap for module paths
|
2016-11-12 08:24:09 -08:00 |
transform_resource.go
|
terraform: ResourceTransformer to ResourceTransformerOld
|
2016-11-08 13:59:26 -08:00 |
transform_resource_count.go
|
terraform: expand count in plan
|
2016-11-08 13:59:26 -08:00 |
transform_resource_test.go
|
terraform: ResourceTransformer to ResourceTransformerOld
|
2016-11-08 13:59:26 -08:00 |
transform_root.go
|
…
|
|
transform_root_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_state.go
|
terraform: implement destroy planning basics from state
|
2016-10-22 12:12:29 -07:00 |
transform_targets.go
|
terraform: TargetsTransformer on destroy plan
|
2016-10-22 12:12:30 -07:00 |
transform_targets_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_transitive_reduction.go
|
…
|
|
transform_transitive_reduction_test.go
|
terraform: PlanGraphBuilder
|
2016-11-08 13:59:17 -08:00 |
transform_variable.go
|
terraform: RootVariableTransform
|
2016-10-19 13:38:51 -07:00 |
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
|
…
|
|
upgrade_state_v2_test.go
|
…
|
|
util.go
|
…
|
|
util_test.go
|
…
|
|
variables.go
|
terraform: fall through on type conversion failure
|
2016-10-31 11:31:01 -07:00 |
variables_test.go
|
terraform: consistent variable values for booleans
|
2016-10-31 11:22:26 -07:00 |
version.go
|
release: clean up after v0.8.0-beta2
|
2016-11-16 17:14:31 +00:00 |
version_required.go
|
terraform: verify version requirements from configuration
|
2016-11-12 16:50:26 -08:00 |
walkoperation_string.go
|
…
|
|