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
Martin Atkins 6245ec369a
backend/local: Increase log verbosity for backend context construction
8 years ago
..
test-fixtures remove unneeded legacy test 8 years ago
context.go backend/local: Increase log verbosity for backend context construction 8 years ago
context_apply_test.go core: Don't panic in TestContext2Apply_dataDependsOn if data source fails 8 years ago
context_components.go update to start a new process for each plugin 8 years ago
context_components_test.go replace provider and provisioner types in tests 8 years ago
context_fixtures_test.go core: A "go fmt" catchup 8 years ago
context_graph_type.go core: Remove machinery for the "input" walk 8 years ago
context_import.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
context_import_test.go convert import tests 8 years ago
context_input.go core: Context.Input as config walk, rather than graph walk 8 years ago
context_input_test.go core: Fix two TestContext2Input_... tests 8 years ago
context_plan_test.go remove unneeded legacy test 8 years ago
context_refresh_test.go fix refresh test 8 years ago
context_test.go core: test helper contextOptsForPlanViaFile to set default backend 8 years ago
context_validate_test.go core: Add test to show that data resource reads are not functioning properly 8 years ago
diff.go core: testDiffFn must populate old value for "type" 8 years ago
diff_test.go core: Get tests compiling again 8 years ago
edge_destroy.go
eval.go core: EvalSequence must continue when only warnings are returned 8 years ago
eval_apply.go core: Handle forced-create_before_destroy during the plan walk 8 years ago
eval_check_prevent_destroy.go core: Handle forced-create_before_destroy during the plan walk 8 years ago
eval_context.go ResourceProvisioner to provisioners.Interface 8 years ago
eval_context_builtin.go ResourceProvisioner to provisioners.Interface 8 years ago
eval_context_builtin_test.go terraform: More wiring in of new provider types 8 years ago
eval_context_mock.go ResourceProvisioner to provisioners.Interface 8 years ago
eval_count.go core: Update EvalCountFixZeroOneBoundaryGlobal for new state types 8 years ago
eval_count_boundary.go core: Update EvalCountFixZeroOneBoundaryGlobal for new state types 8 years ago
eval_count_computed.go
eval_diff.go core: Re-instate the ignore_changes processing tests 8 years ago
eval_diff_test.go core: A "go fmt" catchup 8 years ago
eval_error.go
eval_filter.go
eval_filter_operation.go
eval_if.go
eval_import_state.go terraform: More wiring in of new provider types 8 years ago
eval_lang.go move "configschema" from "config" to "configs" 8 years ago
eval_local.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
eval_local_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
eval_noop.go
eval_output.go core: EvalWriteOutput discard unknown values before writing state 8 years ago
eval_output_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
eval_provider.go first step in core provider type replacement 8 years ago
eval_provider_test.go replace provider and provisioner types in tests 8 years ago
eval_provisioner.go ResourceProvisioner to provisioners.Interface 8 years ago
eval_provisioner_test.go replace provider and provisioner types in tests 8 years ago
eval_read_data.go core: Reinstate state-based tracking of data resource dependencies 8 years ago
eval_refresh.go core: EvalRefresh should not mutate the state object it is given 8 years ago
eval_sequence.go core: EvalSequence to handle EvalEarlyExitError 8 years ago
eval_sequence_test.go
eval_state.go core: Clean up resource states when they are orphaned 8 years ago
eval_state_test.go core: Fix TestEvalWriteStateDeposed 8 years ago
eval_test.go
eval_validate.go terraform: Return validation diagnostics with source info where possible 8 years ago
eval_validate_selfref.go move "configschema" from "config" to "configs" 8 years ago
eval_validate_selfref_test.go move "configschema" from "config" to "configs" 8 years ago
eval_validate_test.go core: Fix various compile-time errors in tests 8 years ago
eval_variable.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
evaltree_provider.go first step in core provider type replacement 8 years ago
evaluate.go repl: Make tests compile and execute without panics 8 years ago
evaluate_test.go core: Get tests compiling again 8 years ago
features.go output warning flag 9 years ago
graph.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
graph_builder.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
graph_builder_apply.go core: Clean up resource states when they are orphaned 8 years ago
graph_builder_apply_test.go finish graph builder test updates 8 years ago
graph_builder_destroy_plan.go core: A "go fmt" catchup 8 years ago
graph_builder_eval.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
graph_builder_import.go core: Don't create indirect provider dependencies for references 8 years ago
graph_builder_plan.go core: A "go fmt" catchup 8 years ago
graph_builder_plan_test.go terraform.Schemas: export struct fields 8 years ago
graph_builder_refresh.go core: A "go fmt" catchup 8 years ago
graph_builder_refresh_test.go core: Fix TestRefreshGraphBuilder_configOrphans 8 years ago
graph_builder_test.go core: Get tests compiling again 8 years ago
graph_builder_validate.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
graph_dot.go
graph_dot_test.go
graph_interface_subgraph.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
graph_test.go update some graph builder tests 8 years ago
graph_walk.go core: Remove GraphWalkerPanicwrap, etc 8 years ago
graph_walk_context.go core: Evaluate resource references from plan where possible 8 years ago
graph_walk_operation.go core: Remove machinery for the "input" walk 8 years ago
graph_walk_test.go
graphtype_string.go core: update Stringer implementations for GraphType and walkOperation 8 years ago
hook.go terraform: More wiring in of new provider types 8 years ago
hook_mock.go terraform: More wiring in of new provider types 8 years ago
hook_stop.go terraform: More wiring in of new provider types 8 years ago
hook_stop_test.go
hook_test.go core: Fix various compile-time errors in tests 8 years ago
instancetype.go
instancetype_string.go Update various files for new version of "stringer" 9 years ago
interpolate.go core: Remove machinery for the "input" walk 8 years ago
module_dependencies.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
module_dependencies_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
node_count_boundary.go core: Update EvalCountFixZeroOneBoundaryGlobal for new state types 8 years ago
node_data_destroy.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
node_data_refresh.go core: Reinstate state-based tracking of data resource dependencies 8 years ago
node_data_refresh_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
node_local.go core: Local and output values must reference destroy nodes too 8 years ago
node_module_removed.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
node_module_variable.go core: Remove machinery for the "input" walk 8 years ago
node_module_variable_test.go core: Update TestNodeApplyableModuleVariablePath for new address type 8 years ago
node_output.go core: Remove machinery for the "input" walk 8 years ago
node_output_orphan.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
node_provider.go WIP reference providers by full name 9 years ago
node_provider_abstract.go core: A "go fmt" catchup 8 years ago
node_provider_disabled.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
node_provider_eval.go core: Context.Eval method 8 years ago
node_provisioner.go core: NodeProvisioner.Name update for new address types 8 years ago
node_resource_abstract.go core: Don't create self-references in state 8 years ago
node_resource_apply.go core: NodeApplyableResource only depends on count and for_each 8 years ago
node_resource_apply_instance.go core: Reinstate state-based tracking of data resource dependencies 8 years ago
node_resource_destroy.go core: Clean up resource states when they are orphaned 8 years ago
node_resource_destroy_deposed.go core: Fix TestRefreshGraphBuilder_configOrphans 8 years ago
node_resource_plan.go core: Handle forced-create_before_destroy during the plan walk 8 years ago
node_resource_plan_destroy.go core: Always set ProviderAddr on EvalDiffDestroy 8 years ago
node_resource_plan_instance.go core: Reinstate state-based tracking of data resource dependencies 8 years ago
node_resource_plan_orphan.go core: Record correct provider address in orphan destroy plan 8 years ago
node_resource_refresh.go core: Prune placeholder objects from state after refresh 8 years ago
node_resource_refresh_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
node_resource_validate.go ResourceProvisioner to provisioners.Interface 8 years ago
node_root_variable.go core: render variables, locals and outputs nicely in "terraform graph" 8 years ago
path.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
plan.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
provider_mock.go return proper PlanResourceChange in mock 8 years ago
provisioner_mock.go core: MockProvider and MockProvisioner can't lock in Stop 8 years ago
resource.go core: Drop InstanceInfo.HumanId 8 years ago
resource_address.go core: NewLegacyResourceInstanceAddress correct handling of addrs.NoKey 8 years ago
resource_address_test.go configs: Re-unify the ManagedResource and DataResource types 8 years ago
resource_provider.go first step in core provider type replacement 8 years ago
resource_provider_mock.go minor race issue in mockResourceProvider 9 years ago
resource_provider_mock_test.go terraform: More wiring in of new provider types 8 years ago
resource_provisioner.go provisioners: Add Factory type and FactoryFixed helper 8 years ago
resource_provisioner_mock.go move "configschema" from "config" to "configs" 8 years ago
resource_provisioner_mock_test.go replace provider and provisioner types in tests 8 years ago
resource_test.go core: Drop InstanceInfo.HumanId 8 years ago
schemas.go terraform.Schemas: export struct fields 8 years ago
schemas_test.go terraform.Schemas: export struct fields 8 years ago
semantics.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
semantics_test.go core: fix tests for checkInputVariables 8 years ago
state.go core: Move StateValueFromInstanceState shim from helper/schema 8 years ago
state_add.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
state_add_test.go
state_filter.go
state_filter_test.go
state_test.go core: TestStateAddModule old-style output 8 years ago
state_upgrade_v1_to_v2.go
state_upgrade_v2_to_v3.go
state_v1.go
terraform_test.go core: Fix TestContext2Apply_Provisioner_compute 8 years ago
test_failure Rename VersionSet to Constraints 9 years ago
testing.go
transform.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_attach_config_provider.go core: Attach resource and provider config schemas during graph build 8 years ago
transform_attach_config_resource.go core: Additional trace logging in attach resource config transformer 8 years ago
transform_attach_schema.go move "configschema" from "config" to "configs" 8 years ago
transform_attach_state.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_config.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_config_flat.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_config_flat_test.go core: Get tests compiling again 8 years ago
transform_config_old.go
transform_config_test.go core: Get tests compiling again 8 years ago
transform_count_boundary.go core: Update EvalCountFixZeroOneBoundaryGlobal for new state types 8 years ago
transform_destroy_cbd.go CBD transformer test update 8 years ago
transform_destroy_cbd_test.go CBD transformer test update 8 years ago
transform_destroy_edge.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_destroy_edge_test.go core: Fetch schemas during context construction 8 years ago
transform_diff.go core: Handle forced-create_before_destroy during the plan walk 8 years ago
transform_diff_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_expand.go
transform_expand_test.go
transform_import_provider.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_import_state.go terraform: More wiring in of new provider types 8 years ago
transform_local.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_module_variable.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_module_variable_test.go core: Get tests compiling again 8 years ago
transform_orphan_count.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_orphan_count_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_orphan_output.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_orphan_resource.go core: Clean up resource states when they are orphaned 8 years ago
transform_orphan_resource_test.go core: OrphanResourceTransformer -> OrphanResourceInstanceTransformer 8 years ago
transform_output.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
transform_provider.go core: Better error message for prematurely-removed provider config 8 years ago
transform_provider_test.go core: Update ProviderTransformer tests for new ImportTarget interface 8 years ago
transform_provisioner.go core: Make provisioner schemas available to plan resource instance nodes 8 years ago
transform_provisioner_test.go core: Be more explicit in how we handle create_before_destroy 8 years ago
transform_reference.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_reference_test.go core: Fix ReferenceTransformer tests 8 years ago
transform_removed_modules.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
transform_resource_count.go move "configschema" from "config" to "configs" 8 years ago
transform_root.go
transform_root_test.go core: NodeAbstractResource correct default result from ProvidedBy 8 years ago
transform_state.go core: Be more explicit in how we handle create_before_destroy 8 years ago
transform_targets.go don't check for targeted downstream from providers 8 years ago
transform_targets_test.go core: Get tests compiling again 8 years ago
transform_transitive_reduction.go
transform_transitive_reduction_test.go terraform.Schemas: export struct fields 8 years ago
transform_variable.go terraform: ugly huge change to weave in new HCL2-oriented types 8 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 minor race fix in tests 9 years ago
ui_output_mock_test.go
ui_output_provisioner.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
ui_output_provisioner_test.go terraform: Ugly huge change to weave in new State and Plan types 8 years ago
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
util_test.go
valuesourcetype_string.go core: Context.Eval method 8 years ago
variables.go core: fix the tests in variables_test.go 8 years ago
variables_test.go core: fix the tests in variables_test.go 8 years ago
version.go use the new version package 9 years ago
version_required.go terraform: ugly huge change to weave in new HCL2-oriented types 8 years ago
walkoperation_string.go core: update Stringer implementations for GraphType and walkOperation 8 years ago