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
James Bardin f25718b065
Merge pull request #17768 from hashicorp/jbardin/unused-destroy-outputs
8 years ago
..
test-fixtures detect scaled in resources when evaluating *s 8 years ago
context.go check state version during init 8 years ago
context_apply_test.go Merge pull request #17768 from hashicorp/jbardin/unused-destroy-outputs 8 years ago
context_components.go
context_graph_type.go terraform: wip moving validation to new graph 9 years ago
context_import.go core: remove shadow graph infrastructure 9 years ago
context_import_test.go write provider to state for import nodes 9 years ago
context_input_test.go rewrite all of the test state string for providers 9 years ago
context_plan_test.go add failing test for invalid output with targets 8 years ago
context_refresh_test.go return tfdiags.Diagnostics from validation methods 9 years ago
context_test.go add destroy provisioner test with locals, outputs 8 years ago
context_validate_test.go return tfdiags.Diagnostics from validation methods 9 years ago
debug.go terraform: fix compilation by complying with interface 9 years ago
debug_test.go Update tests for the new ProviderResolver interface 9 years ago
diff.go don't ignore partial containers in diffs 8 years ago
diff_test.go core: don't compare attribute values in Diff.Same 9 years ago
edge_destroy.go
eval.go terraform+dag: Set lower log levels 9 years ago
eval_apply.go return provisioner Apply errors 8 years ago
eval_check_prevent_destroy.go terraform: prevent_destroy works for decreasing count 10 years ago
eval_context.go WIP reference providers by full name 9 years ago
eval_context_builtin.go pass providers into modules via config 9 years ago
eval_context_builtin_test.go
eval_context_mock.go WIP reference providers by full name 9 years ago
eval_count.go
eval_count_boundary.go
eval_count_computed.go terraform: detect compute counts and show a nicer error 10 years ago
eval_diff.go don't ignore partial containers in diffs 8 years ago
eval_diff_test.go don't ignore partial containers in diffs 8 years ago
eval_error.go
eval_filter.go
eval_filter_operation.go
eval_if.go
eval_import_state.go
eval_interpolate.go use the inherited provider configs in the graph 9 years ago
eval_interpolate_test.go
eval_local.go don't evaluate locals during destroy 9 years ago
eval_local_test.go core: evaluate locals and return them for interpolation 9 years ago
eval_noop.go
eval_output.go output warning flag 9 years ago
eval_output_test.go
eval_provider.go WIP reference providers by full name 9 years ago
eval_provider_test.go add test checking CloseProvider 8 years ago
eval_provisioner.go
eval_provisioner_test.go
eval_read_data.go
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 remove modules from state 9 years ago
eval_state_test.go
eval_test.go
eval_validate.go add support for ssh host key checking 8 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 Detect and reject unknown attributes in "connection" blocks 9 years ago
eval_variable.go core: EvalVariableBlock to decode maps and slices more carefully 9 years ago
eval_variable_test.go core: basic test of EvalVariableBlock 9 years ago
evaltree_provider.go WIP reference providers by full name 9 years ago
features.go output warning flag 9 years ago
graph.go terraform+dag: Set lower log levels 9 years ago
graph_builder.go terraform: remove legacy graph builder 9 years ago
graph_builder_apply.go add PruneUnusedValuesTransformer 8 years ago
graph_builder_apply_test.go udpate test graph outputs 9 years ago
graph_builder_destroy_plan.go terraform: new Graph API that can return the graph for each op 10 years ago
graph_builder_import.go group the provider transformations 9 years ago
graph_builder_input.go use an EvalOpFilter for module variables 9 years ago
graph_builder_plan.go run RemovedModuleTransformer before References 9 years ago
graph_builder_plan_test.go core: graph nodes and edges for local values 9 years ago
graph_builder_refresh.go group the provider transformations 9 years ago
graph_builder_refresh_test.go core: Test for new refresh graph behaviour 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 remove commented out fields 9 years ago
graph_walk_operation.go
graph_walk_test.go
graphtype_string.go Update various files for new version of "stringer" 8 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 core: add testHook for testing correct interaction with hooks 9 years ago
instancetype.go
instancetype_string.go Update various files for new version of "stringer" 8 years ago
interpolate.go detect scaled in resources when evaluating *s 8 years ago
interpolate_test.go gofmt with go1.10 8 years ago
module_dependencies.go go fmt 8 years ago
module_dependencies_test.go udpate test graph outputs 9 years ago
node_count_boundary.go
node_data_destroy.go terraform: data source on refresh should just delete from state 9 years ago
node_data_refresh.go write providers to state for data resources 9 years ago
node_data_refresh_test.go Fix swallowed tests in terraform package tests 9 years ago
node_local.go always evaluate locals, even during destroy 8 years ago
node_module_removed.go make NodeModuleRemoved a GraphNodeReferencer 9 years ago
node_module_variable.go use an EvalOpFilter for module variables 9 years ago
node_module_variable_test.go
node_output.go Make sure outputs are removed when targeting 8 years ago
node_output_orphan.go make NodeOutputOrphan referenceable 9 years ago
node_provider.go WIP reference providers by full name 9 years ago
node_provider_abstract.go save resolved providers for resources to state 9 years ago
node_provider_disabled.go cleanup 9 years ago
node_provisioner.go terraform: new provisioner node 9 years ago
node_resource_abstract.go ProvidedBy return value is a single string 9 years ago
node_resource_abstract_count.go terraform: don't validate computed values in validate 9 years ago
node_resource_apply.go ignore errors interpolating RawCount during apply 8 years ago
node_resource_destroy.go write provider to state for refresh nodes 9 years ago
node_resource_destroy_test.go terraform: Destroy node should only include deposed for specific index 10 years ago
node_resource_plan.go WIP reference providers by full name 9 years ago
node_resource_plan_destroy.go terraform: Destroy node should only include deposed for specific index 10 years ago
node_resource_plan_instance.go save resolved providers for resources to state 9 years ago
node_resource_plan_orphan.go terraform: Destroy node should only include deposed for specific index 10 years ago
node_resource_refresh.go Check for nil config in node_resource_refresh 8 years ago
node_resource_refresh_test.go Fix swallowed tests in terraform package tests 9 years ago
node_resource_validate.go WIP reference providers by full name 9 years ago
node_root_variable.go
path.go reverse the merge order for cached provider Input 9 years ago
plan.go Standardize on log level "WARN" rather than "WARNING" 8 years ago
plan_test.go Add warning to mismatched plan state 9 years ago
resource.go core: check for negative indices in ResourceConfig.get 8 years ago
resource_address.go optimization:Merge slices 9 years ago
resource_address_test.go core: stabilize ResourceAddress.Less results 9 years ago
resource_provider.go core: terraform.ResourceProvider.GetSchema method 9 years ago
resource_provider_mock.go minor race issue in mockResourceProvider 8 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 core: check for negative indices in ResourceConfig.get 8 years ago
schemas.go core: terraform.ResourceProvider.GetSchema method 9 years ago
semantics.go terraform: remove GraphNodeModule 9 years ago
semantics_test.go terraform: user friendly error when using old map overrides 10 years ago
state.go make sure ReadState returns an error 8 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 Merge pull request #15448 from hashicorp/jbardin/state-meta-equal 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 a provisionerFail test which was incorrect 8 years ago
test_failure Rename VersionSet to Constraints 9 years ago
testing.go terraform: support backends in the state 9 years ago
transform.go add transform step logs from GraphTransformMulti 9 years ago
transform_attach_config_provider.go pass providers into modules via config 9 years ago
transform_attach_config_resource.go
transform_attach_state.go terraform: passing test for destroy edge for module only 9 years ago
transform_config.go pass providers into modules via config 9 years ago
transform_config_flat.go
transform_config_flat_test.go
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
transform_deposed.go save resolved providers for resources to state 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 group the provider transformations 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 10 years ago
transform_diff_test.go
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 write provider to state for import nodes 9 years ago
transform_local.go core: graph nodes and edges for local values 9 years ago
transform_module_variable.go use an EvalOpFilter for module variables 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 replacing orphaned with removed 9 years ago
transform_orphan_resource.go terraform: don't prune state on init() 10 years ago
transform_orphan_resource_test.go terraform: don't prune state on init() 10 years ago
transform_output.go delete outputs during destroy 8 years ago
transform_provider.go use the full provider name for CloseProvider 8 years ago
transform_provider_test.go error out when a referenced provider is missing 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 unused outputs in a destroy should be pruned 8 years ago
transform_reference_test.go terraform: tests for ReferenceMap for module paths 10 years ago
transform_removed_modules.go only add nodes in RemovedModuleTransformer 9 years ago
transform_resource_count.go WIP reference providers by full name 9 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
transform_targets.go remove unneeded partial outputs 8 years ago
transform_targets_test.go core: Allow downstream targeting of certain node types 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
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 minor race fix in tests 9 years ago
ui_output_mock_test.go
ui_output_provisioner.go
ui_output_provisioner_test.go
upgrade_state_v1_test.go Fix swallowed tests in terraform package tests 9 years ago
upgrade_state_v2_test.go
user_agent.go Standardize http.Client creation with User-Agent 8 years ago
util.go Resolve resource provider types in config package 9 years ago
util_test.go Resolve resource provider types in config package 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 use the new version package 9 years ago
version_required.go use the new version package 9 years ago
walkoperation_string.go Update various files for new version of "stringer" 8 years ago