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
Trevor Pounds 38784cd38f
Cleanup inaccurate state structure comments.
10 years ago
..
test-fixtures Add a context test for a datasource with count 10 years ago
context.go terraform: refactor var loading out to a helper 10 years ago
context_apply_test.go Add wildcard (match all) support to ignore_changes (#8599) 10 years ago
context_import.go terraform: Module option to Import to add module to graph 10 years ago
context_import_test.go terraform: import specific index works [GH-7691] 10 years ago
context_input_test.go Allow the HCL input when prompted 10 years ago
context_plan_test.go Add a context test for a datasource with count 10 years ago
context_refresh_test.go core: Add missing OutputStates in synthetic state 10 years ago
context_test.go unify some of the test code 10 years ago
context_validate_test.go config: count can't be a SimpleVariable 10 years ago
diff.go Fix vet errors found with Go 1.7 10 years ago
diff_test.go terraform: diffs with only tainted set are non-empty 10 years ago
eval.go core: demote early exit log from ERROR -> DEBUG 10 years ago
eval_apply.go Make all terraform package tests pass under -race 10 years ago
eval_check_prevent_destroy.go Make all terraform package tests pass under -race 10 years ago
eval_context.go core: Use native HIL maps instead of flatmaps 10 years ago
eval_context_builtin.go Module variables not being interpolated 10 years ago
eval_context_builtin_test.go terraform: provider input should be scoped by path 11 years ago
eval_context_mock.go core: Use native HIL maps instead of flatmaps 10 years ago
eval_count.go
eval_diff.go Add wildcard (match all) support to ignore_changes (#8599) 10 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 core: Use OutputState in JSON instead of map 10 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_read_data.go Make all terraform package tests pass under -race 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 Add tests and fix last issues 10 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 core: rerun resource validation before plan and apply 10 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 core: fix deadlock when dependable node replaced with non-dependable one 11 years ago
graph_builder.go core: Print node types in traces 10 years ago
graph_builder_import.go terraform: Module option to Import to add module to graph 10 years ago
graph_builder_test.go Add tests and fix last issues 10 years ago
graph_config_node.go terraform: fill in more flat interfaces 11 years ago
graph_config_node_module.go core: Use native HIL maps instead of flatmaps 10 years ago
graph_config_node_module_test.go core: Remove module input transformer 10 years ago
graph_config_node_output.go Interpolation also skipped during Validate phase 10 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 Make all terraform package tests pass under -race 10 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: Filter untargeted variable nodes 10 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 core: Use native HIL maps instead of flatmaps 10 years ago
graph_walk_operation.go terraform: start Import function, totally untested 10 years ago
graph_walk_test.go
graphnodeconfigtype_string.go Reflect new comment format in stringer.go 11 years ago
hook.go terraform: import state ID should be sent to hook 10 years ago
hook_mock.go Make all terraform package tests pass under -race 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 core: formalize resource addressing 11 years ago
instancetype_string.go Reflect new comment format in stringer.go 11 years ago
interpolate.go terraform: self.count works in interpolations [GH-5283] 10 years ago
interpolate_test.go core: Fix interpolation tests with nested lists 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 Fix inconsistent results with self interpolation 10 years ago
resource_address.go core: ResourceAddress supports data resources 10 years ago
resource_address_test.go core: ResourceAddress supports data resources 10 years ago
resource_provider.go core: New ResourceProvider methods for data resources 10 years ago
resource_provider_mock.go core: New ResourceProvider methods for data resources 10 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 Make all terraform package tests pass under -race 10 years ago
resource_provisioner_mock_test.go
resource_test.go Add tests for maps with dots 10 years ago
semantics.go core: Allow lists and maps as variable overrides 10 years ago
semantics_test.go core: Convert context vars to map[string]interface{} 10 years ago
state.go Cleanup inaccurate state structure comments. 10 years ago
state_add.go Add an InstanceState.Set method to set all fields 10 years ago
state_add_test.go terraform: state mv "foo" to "foo.0" with single count 10 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: Validate validates single module states 10 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 Add wildcard (match all) support to ignore_changes (#8599) 10 years ago
transform.go
transform_config.go Type check variables between modules (#6185) 10 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 Change taint behaviour to act as a normal resource 10 years ago
transform_destroy_test.go Add tests and fix last issues 10 years ago
transform_expand.go terraform: orphan module should flatten 11 years ago
transform_expand_test.go
transform_flatten.go remove various typos 11 years ago
transform_flatten_test.go terraform: add module destroy node to graph 11 years ago
transform_import_state.go terraform: import specific index works [GH-7691] 10 years ago
transform_module.go core: Remove module input transformer 10 years ago
transform_module_test.go core: Remove module input transformer 10 years ago
transform_noop.go terraform: remove print 11 years ago
transform_noop_test.go terraform: PruneNoopTransformer 11 years ago
transform_orphan.go Change taint behaviour to act as a normal resource 10 years ago
transform_orphan_test.go core: Orphan addressing / targeting 10 years ago
transform_output.go Add operation walkDestroy 11 years ago
transform_output_test.go core: Use OutputState in JSON instead of map 10 years ago
transform_provider.go terraform: getting providers to connect the way we want for modules 10 years ago
transform_provider_test.go terraform: more provider transform tests 10 years ago
transform_provisioner.go Cleaning up the PruneProvisionerTransformer 10 years ago
transform_provisioner_test.go Cleaning up the PruneProvisionerTransformer 10 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 terraform: prefix destroy resources with module path [GH-2767] 10 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
transform_targets.go terraform: Filter untargeted variable nodes 10 years ago
transform_targets_test.go core: targeted operations 11 years ago
transform_transitive_reduction.go
transform_transitive_reduction_test.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
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 Support for multiple providers of the same type 11 years ago
util_test.go
variables.go terraform: refactor var loading out to a helper 10 years ago
variables_test.go terraform: fix vet 10 years ago
version.go release: clean up after v0.7.3 10 years ago
walkoperation_string.go terraform: generate 10 years ago