terraform/internal/addrs
James Bardin c29cb25f86 remove old resource phase addressing
At one point there was an attempt to connect the destroy nodes in the
apply graph by using special addressing and manipulating the references
for resources. This doesn't work for a few reasons, but in particular,
destroy nodes are entirely built from their state, they do not reference
anything, and they cannot be referenced.
2026-05-13 14:12:38 -04:00
..
action.go make copyrightfix 2026-02-17 13:56:34 +00:00
action_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
check.go make copyrightfix 2026-02-17 13:56:34 +00:00
check_rule.go make copyrightfix 2026-02-17 13:56:34 +00:00
check_rule_diagnostic.go make copyrightfix 2026-02-17 13:56:34 +00:00
check_rule_diagnostic_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
checkable.go make copyrightfix 2026-02-17 13:56:34 +00:00
checkablekind_string.go Add input validation into the 'checks' outputs and tracking (#33481) 2023-07-10 11:33:45 +01:00
checkruletype_string.go chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally (#37901) 2025-11-17 15:01:28 +00:00
count_attr.go make copyrightfix 2026-02-17 13:56:34 +00:00
doc.go make copyrightfix 2026-02-17 13:56:34 +00:00
for_each_attr.go make copyrightfix 2026-02-17 13:56:34 +00:00
graph.go make copyrightfix 2026-02-17 13:56:34 +00:00
graph_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
input_variable.go make copyrightfix 2026-02-17 13:56:34 +00:00
instance_key.go make copyrightfix 2026-02-17 13:56:34 +00:00
instance_key_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
local_value.go make copyrightfix 2026-02-17 13:56:34 +00:00
map.go make copyrightfix 2026-02-17 13:56:34 +00:00
map_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
module.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_call.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_call_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_instance.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_instance_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_package.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_source.go make copyrightfix 2026-02-17 13:56:34 +00:00
module_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_endpoint.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_endpoint_kind.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_endpoint_module.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_endpoint_module_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
move_endpoint_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
moveable.go make copyrightfix 2026-02-17 13:56:34 +00:00
moveendpointkind_string.go addrs: MoveEndpointInModule 2021-07-14 17:37:48 -07:00
output_value.go make copyrightfix 2026-02-17 13:56:34 +00:00
output_value_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
parse_ref.go Merge pull request #38160 from hashicorp/jbardin/inline-type-conversion 2026-02-27 11:11:09 -04:00
parse_ref_test.go Merge pull request #38160 from hashicorp/jbardin/inline-type-conversion 2026-02-27 11:11:09 -04:00
parse_target.go make copyrightfix 2026-02-17 13:56:34 +00:00
parse_target_action.go make copyrightfix 2026-02-17 13:56:34 +00:00
parse_target_action_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
parse_target_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
partial_expanded.go make copyrightfix 2026-02-17 13:56:34 +00:00
partial_expanded_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
path_attr.go make copyrightfix 2026-02-17 13:56:34 +00:00
provider.go make copyrightfix 2026-02-17 13:56:34 +00:00
provider_config.go make copyrightfix 2026-02-17 13:56:34 +00:00
provider_config_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
provider_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
referenceable.go make copyrightfix 2026-02-17 13:56:34 +00:00
remove_target.go make copyrightfix 2026-02-17 13:56:34 +00:00
remove_target_kind.go make copyrightfix 2026-02-17 13:56:34 +00:00
remove_target_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
removetargetkind_string.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
resource.go make copyrightfix 2026-02-17 13:56:34 +00:00
resource_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
resourcemode_string.go Recognize tf query files (#36929) 2025-05-15 07:14:32 +02:00
run.go make copyrightfix 2026-02-17 13:56:34 +00:00
self.go make copyrightfix 2026-02-17 13:56:34 +00:00
set.go make copyrightfix 2026-02-17 13:56:34 +00:00
set_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
target_test.go make copyrightfix 2026-02-17 13:56:34 +00:00
targetable.go make copyrightfix 2026-02-17 13:56:34 +00:00
terraform_attr.go make copyrightfix 2026-02-17 13:56:34 +00:00
unique_key.go make copyrightfix 2026-02-17 13:56:34 +00:00
unique_key_test.go make copyrightfix 2026-02-17 13:56:34 +00:00