terraform/internal/addrs
Sarah French 1dd8e60f15
Some checks failed
build / Determine intended Terraform version (push) Has been cancelled
build / Determine Go toolchain version (push) Has been cancelled
Quick Checks / Unit Tests (push) Has been cancelled
Quick Checks / Race Tests (push) Has been cancelled
Quick Checks / End-to-end Tests (push) Has been cancelled
Quick Checks / Code Consistency Checks (push) Has been cancelled
build / Generate release metadata (push) Has been cancelled
build / Build for freebsd_386 (push) Has been cancelled
build / Build for linux_386 (push) Has been cancelled
build / Build for openbsd_386 (push) Has been cancelled
build / Build for windows_386 (push) Has been cancelled
build / Build for darwin_amd64 (push) Has been cancelled
build / Build for freebsd_amd64 (push) Has been cancelled
build / Build for linux_amd64 (push) Has been cancelled
build / Build for openbsd_amd64 (push) Has been cancelled
build / Build for solaris_amd64 (push) Has been cancelled
build / Build for windows_amd64 (push) Has been cancelled
build / Build for freebsd_arm (push) Has been cancelled
build / Build for linux_arm (push) Has been cancelled
build / Build for darwin_arm64 (push) Has been cancelled
build / Build for linux_arm64 (push) Has been cancelled
build / Build for windows_arm64 (push) Has been cancelled
build / Build Docker image for linux_386 (push) Has been cancelled
build / Build Docker image for linux_amd64 (push) Has been cancelled
build / Build Docker image for linux_arm (push) Has been cancelled
build / Build Docker image for linux_arm64 (push) Has been cancelled
build / Build e2etest for linux_386 (push) Has been cancelled
build / Build e2etest for windows_386 (push) Has been cancelled
build / Build e2etest for darwin_amd64 (push) Has been cancelled
build / Build e2etest for linux_amd64 (push) Has been cancelled
build / Build e2etest for windows_amd64 (push) Has been cancelled
build / Build e2etest for linux_arm (push) Has been cancelled
build / Build e2etest for darwin_arm64 (push) Has been cancelled
build / Build e2etest for linux_arm64 (push) Has been cancelled
build / Run e2e test for linux_386 (push) Has been cancelled
build / Run e2e test for windows_386 (push) Has been cancelled
build / Run e2e test for darwin_amd64 (push) Has been cancelled
build / Run e2e test for linux_amd64 (push) Has been cancelled
build / Run e2e test for windows_amd64 (push) Has been cancelled
build / Run e2e test for linux_arm (push) Has been cancelled
build / Run e2e test for linux_arm64 (push) Has been cancelled
build / Run terraform-exec test for linux amd64 (push) Has been cancelled
chore: Bump golang.org/x/crypto dependency, ignore SA4003 linting errors globally (#37901)
* chore: Upgrade golang.org/x/crypto - `go get golang.org/x/crypto@v0.44.0`

* chore: Upgrade golang.org/x/crypto in submodules - `make syncdeps`

* chore: Run `make generate`

* chore: Ignore SA4003 linter error globally, as `golang.org/x/tools/cmd/stringer` generates code that breaks this rule when it's used with custom types that have unsigned integers or bytes as the underlying type.
2025-11-17 15:01:28 +00:00
..
action.go actions: make action address targetable (#37499) 2025-08-28 14:05:05 +02:00
action_test.go fix action addrs test 2025-07-24 11:28:29 +02:00
check.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
check_rule.go update the rest of the go:generate calls 2025-02-12 12:25:58 -05:00
check_rule_diagnostic.go add missing copyright headers 2023-08-16 11:21:49 -07:00
check_rule_diagnostic_test.go add missing copyright headers 2023-08-16 11:21:49 -07:00
checkable.go update the rest of the go:generate calls 2025-02-12 12:25:58 -05: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 Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
doc.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
for_each_attr.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
graph.go Ancestors cannot return an error 2024-10-14 09:45:49 -04:00
graph_test.go addrs: Graph of addresses 2023-11-28 13:48:48 -08:00
input_variable.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
instance_key.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
instance_key_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
local_value.go addrs: AbsLocalValue is a UniqueKeyer 2023-11-27 11:46:39 -08:00
map.go add helper to iterate over elements of an addrs map 2025-07-24 11:28:29 +02:00
map_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
module.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
module_call.go addrs: AbsModuleCallOutput to ConfigOutputValue translation 2024-12-09 16:21:35 +01:00
module_call_test.go addrs: AbsModuleCallOutput to ConfigOutputValue translation 2024-12-09 16:21:35 +01:00
module_instance.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
module_instance_test.go Add go vet as a check to the Github commit actions (#31461) 2024-11-07 17:29:58 +01:00
module_package.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
module_source.go moduleaddrs: Split module source address parsing from package addrs 2024-03-14 09:58:30 -07:00
module_test.go Add go vet as a check to the Github commit actions (#31461) 2024-11-07 17:29:58 +01:00
move_endpoint.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
move_endpoint_kind.go update the rest of the go:generate calls 2025-02-12 12:25:58 -05:00
move_endpoint_module.go fix Descendants spelling 2024-10-09 11:09:02 -04:00
move_endpoint_module_test.go Add support for partial addresses and targets that start with 'resource.' (#35333) 2024-06-14 09:58:53 +02:00
move_endpoint_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
moveable.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
moveendpointkind_string.go addrs: MoveEndpointInModule 2021-07-14 17:37:48 -07:00
output_value.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
output_value_test.go udpate code which was failing staticckeck 2024-09-11 14:09:12 -04:00
parse_ref.go Build and Validate list resource nodes (#37011) 2025-05-20 19:45:38 +02:00
parse_ref_test.go initial actions addrs (#37003) 2025-05-09 09:03:10 -04:00
parse_target.go actions: make action address targetable (#37499) 2025-08-28 14:05:05 +02:00
parse_target_action.go actions: make action address targetable (#37499) 2025-08-28 14:05:05 +02:00
parse_target_action_test.go actions: make action address targetable (#37499) 2025-08-28 14:05:05 +02:00
parse_target_test.go moved: error if not targeting a resource address (#35850) 2024-10-18 10:46:16 +02:00
partial_expanded.go track partial expanded action invocations through deferred action invocation 2025-09-02 13:04:48 +02:00
partial_expanded_test.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
path_attr.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
provider.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
provider_config.go Fix partial address representation in plan for deferred actions (#34966) 2024-06-20 10:41:23 +02:00
provider_config_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
provider_test.go udpate code which was failing staticckeck 2024-09-11 14:09:12 -04:00
referenceable.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
remove_target.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
remove_target_kind.go update the rest of the go:generate calls 2025-02-12 12:25:58 -05:00
remove_target_test.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
removetargetkind_string.go Add removed block (#34251) 2023-11-29 11:58:28 +00:00
resource.go Recognize tf query files (#36929) 2025-05-15 07:14:32 +02:00
resource_phase.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
resource_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
resourcemode_string.go Recognize tf query files (#36929) 2025-05-15 07:14:32 +02:00
run.go add missing copyright headers 2023-08-16 11:21:49 -07:00
self.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
set.go states: State.AllResourceInstanceObjectAttrs returns a set 2023-11-15 12:38:56 -08:00
set_test.go addrs: Add a missing copyright comment 2023-11-15 12:38:57 -08:00
target_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
targetable.go actions: make action address targetable (#37499) 2025-08-28 14:05:05 +02:00
terraform_attr.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
unique_key.go addrs: RootProviderConfig type 2023-11-14 13:01:56 -08:00
unique_key_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00