terraform/internal
2025-07-30 11:03:41 +02:00
..
actions add auto-expansion 2025-07-18 13:07:43 +02:00
addrs make AbsActionInstance not referencable 2025-07-24 11:28:29 +02:00
backend terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 2025-07-30 11:03:41 +02:00
builtin Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
checks update the rest of the go:generate calls 2025-02-12 12:25:58 -05:00
cloud Add terraform query subcommand (TF-25494) (#37174) 2025-07-02 15:06:25 +02:00
cloudplugin add proto files gen for stacks plugin, & regenerate protofiles 2025-05-05 16:06:49 -04:00
collections migrate command for terraform stacks (#36482) 2025-03-19 10:39:50 +01:00
command terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 2025-07-30 11:03:41 +02:00
communicator Fix SIGSEGV in proxyDialer 2025-03-20 16:23:04 +05:30
configs Tests for query command outputs (#37343) 2025-07-24 12:16:39 +02:00
copy Remove a broken link (#36102) 2024-12-03 10:04:52 +01:00
dag Use iterators for graph vertices (#36558) 2025-06-03 13:57:13 +02:00
depsfile Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
didyoumean Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
e2e List implementation for simple provider and e2e tests (#37297) 2025-07-09 12:19:26 +02:00
experiments remove language experiment, this is guarded by being in an alpha release 2025-07-18 13:07:43 +02:00
genconfig Always generate provider address for resources (#37318) 2025-07-16 08:52:50 +02:00
getmodules getmodules: organize go-getter getter sets 2024-11-22 19:53:35 +01:00
getproviders Allow successful init when constraint matches at least one valid version (#37137) 2025-05-21 09:06:22 +02:00
grpcwrap Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
helper/slowmessage Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
httpclient Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
initwd Recognize tf query files (#36929) 2025-05-15 07:14:32 +02:00
instances actions: implement expansion and planning actions 2025-07-18 13:07:43 +02:00
ipaddr Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
lang use hcl diagnostic 2025-07-18 13:07:43 +02:00
legacy go: bump version to 1.24.5 (#37304) 2025-07-09 13:53:51 +02:00
logging add TF_LOG_TRACE to turn off graph trace output 2025-05-22 10:25:55 -04:00
modsdir moduleaddrs: Split module source address parsing from package addrs 2024-03-14 09:58:30 -07:00
moduledeps fix Descendants spelling 2024-10-09 11:09:02 -04:00
moduleref Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
moduletest terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 2025-07-30 11:03:41 +02:00
namedvals terraform: decide module instances using new API 2024-01-19 13:51:57 -08:00
plans remove duplicate place to store action invocations from plan 2025-07-24 11:28:29 +02:00
plugin Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
plugin6 Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
pluginshared pluginshared: Cleanup request path in tests (#37299) 2025-07-07 12:01:32 -04:00
promising stacks: make promises identify themselves (#36749) 2025-03-26 13:25:45 +01:00
provider-simple Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
provider-simple-v6 Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
provider-terraform/main Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
providercache Allow successful init when constraint matches at least one valid version (#37137) 2025-05-21 09:06:22 +02:00
providers Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
provisioner-local-exec/main Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
provisioners Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
refactoring Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
registry Revert "Add Warning for Deprecated Modules in Init (Second Revision)" 2024-05-30 16:01:39 -06:00
releaseauth cloudplugin: change manifest format to match releases API 2023-09-06 14:03:24 -06:00
repl Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
replacefile Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
resources/ephemeral avoid unknowns in OpenEphemeralResource 2024-11-06 13:16:34 -05:00
rpcapi Merge pull request #37015 from hashicorp/TF-25893/handle-stacks-plugin-interupts 2025-05-19 09:58:02 -04:00
schemarepo actions: implement expansion and planning actions 2025-07-18 13:07:43 +02:00
stacks Add ValidateActionConfig to provider interface, protocol & internal implementations (#37345) 2025-07-18 14:14:44 -04:00
stacksplugin Handle the propagation of interrupt signals to stacks plugin 2025-05-14 15:19:24 -04:00
states PSS: Add packages for presenting a provider as an instance of backend.Backend (#37291) 2025-07-09 18:22:12 +01:00
terminal Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
terraform terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 2025-07-30 11:03:41 +02:00
tfdiags improve error reporting if asserting no diags 2025-07-28 17:22:50 +02:00
tfplugin5 fix protocol field numbers 2025-07-30 09:59:46 +02:00
tfplugin6 fix protocol field numbers 2025-07-30 09:59:46 +02:00