Commit Graph

  • 8a2c75df7f better explanation fix-invalid-replace-triggered-by Diogenes Fernandes 2026-03-31 18:43:17 -03:00
  • 6ab4027bbf fix: validation for replace_triggered_by Diogenes Fernandes 2026-03-31 18:41:45 -03:00
  • 7ad125b705 Website entries for const support_const_static_eval Christian Mesh 2026-03-31 14:42:31 -04:00
  • f2a192925a Changelog entry Christian Mesh 2026-03-31 14:19:49 -04:00
  • be0864df9f Remove "magic" const-feature-enabled detection Christian Mesh 2026-03-31 14:12:11 -04:00
  • 3628d3cf7e go.mod: Upgrade to Go 1.25.9 go1.25.9-tofu1.11 Martin Atkins 2026-03-31 09:10:10 -07:00
  • e50caa0186 Add a warning when there is an override for a write-only attribute fix/write-only-attributes-need-to-always-generate-null-values-during-test Andrei Ciobanu 2026-03-31 16:04:51 +03:00
  • a7475ab0e2 Fix test deprecated_resource_blocks_attrs Christian Mesh 2026-03-31 08:44:15 -04:00
  • d6e71e4be5 Better handling of deprecated in validate Christian Mesh 2026-03-31 08:43:54 -04:00
  • 933e5fbdfa Always return null value for write-only attributes in the mock provider for 'tofu test' Andrei Ciobanu 2026-03-31 12:47:55 +03:00
  • 2d5613ecc9 providers: Remove GetResourceIdentitySchemasResponse resource-identity-import-noresp Martin Atkins 2026-03-30 14:15:35 -07:00
  • 5aabc74684 Hack together basic support for resource deprecation marks Christian Mesh 2026-03-30 15:03:56 -04:00
  • 8b0ff2edc7 added back nil check for schema James Humphries 2026-03-30 16:20:13 +01:00
  • f410110c7c re-order methods James Humphries 2026-03-30 15:45:59 +01:00
  • 0b539338f4 remove redundant nil checks James Humphries 2026-03-30 14:04:03 +01:00
  • c2379ee24f Feedback from PR James Humphries 2026-03-30 14:02:58 +01:00
  • 4893ac9790 Fixed unit tests, moved comment James Humphries 2026-03-19 11:36:29 +00:00
  • 022c135706 use schema directly James Humphries 2026-03-19 10:58:14 +00:00
  • 8e913cfd38 Just use the provider addr in getIdentitySchema method James Humphries 2026-03-19 10:46:25 +00:00
  • 2732703037 re-order func return types James Humphries 2026-03-19 10:42:43 +00:00
  • d5e9fb184b re-order func return types James Humphries 2026-03-19 10:41:57 +00:00
  • a1c6e34a5a fetch resource identities from the provider schema which is cached James Humphries 2026-03-19 10:40:17 +00:00
  • 464e08f6d9 Removed getting resource identity schemas from the provider interface James Humphries 2026-03-19 10:34:43 +00:00
  • 98ec0bdd6d tweak error reporting for nil resource identity data James Humphries 2026-03-19 10:23:40 +00:00
  • 6b927f78c7 feedback addressing James Humphries 2026-03-19 10:18:25 +00:00
  • 8501c7e323 extract out some common logic into a new getIdentitySchema method James Humphries 2026-03-17 10:59:23 +00:00
  • 6059e23986 Rebase on top of main James Humphries 2026-03-16 11:15:09 +00:00
  • 3766049b02 Implement resource identity support James Humphries 2026-03-16 10:48:00 +00:00
  • b120664338 Update provider structs to hold DeprecatedMessage Christian Mesh 2026-03-30 08:34:03 -04:00
  • 89aef675b9 Clean up state store provider detection pss-feature Christian Mesh 2026-03-27 12:09:30 -04:00
  • 5f83ac9fbc Play around with asking user to confirm updated state_store provider Christian Mesh 2026-03-27 12:09:00 -04:00
  • 3f4eb76309 Update proto6.10 to match terraform-plugin-go conventions Christian Mesh 2026-03-27 09:08:26 -04:00
  • 592cbfd85d Merge remote-tracking branch 'origin/update_plugin_proto_x.10' into pss-feature Christian Mesh 2026-03-27 08:53:31 -04:00
  • 3143c0f770 Remove WIP proto files Christian Mesh 2026-03-27 08:51:02 -04:00
  • 1d7d5e415f Update plugin protos to 5.10 and 6.10 update_plugin_proto_x.10 Christian Mesh 2026-03-27 08:41:07 -04:00
  • d33fd14d42 Simplify const logic Christian Mesh 2026-03-26 11:18:36 -04:00
  • 46c8837b9c Fix missed test Christian Mesh 2026-03-26 07:20:40 -04:00
  • 234253ad86 Add tests for opt-in const Christian Mesh 2026-03-25 15:33:20 -04:00
  • 56898bd311 Enforce const variables if enabled in static scope Christian Mesh 2026-03-25 14:52:28 -04:00
  • 3488e85401 Add declRange to static eval call Christian Mesh 2026-03-25 14:26:36 -04:00
  • 393667310b Initial support for const attr for variables Christian Mesh 2026-03-25 12:24:45 -04:00
  • 19af81d28e Implement resource identity support (#3671) main James Humphries 2026-03-31 16:57:21 +01:00
  • b5010cb952 Remove GatherVariables methods (#3962) Andrei Ciobanu 2026-03-31 14:22:31 +03:00
  • b53682ace6 Remove Meta not needed functionality (#3958) Andrei Ciobanu 2026-03-31 10:15:13 +03:00
  • e789a7f63c Remove show diagnostics (#3950) Andrei Ciobanu 2026-03-30 16:00:21 +03:00
  • 8689efa1f1 Add backend view and migrate outputs (#3949) Andrei Ciobanu 2026-03-30 15:35:09 +03:00
  • 6e2250e050 chore: typo fixes (#3957) RoseSecurity 2026-03-27 17:25:56 -04:00
  • 440edcd754 Deny ephemeral values in count (#3924) Andrei Ciobanu 2026-03-27 20:24:15 +02:00
  • 1b5af7a229 Rework ephemeral resources apply phase (#3897) Andrei Ciobanu 2026-03-27 20:00:13 +02:00
  • 95eab87084 Update the ephemeral RFC to include additional information of the changes that we added to ephemeral resources in v1.12 (#3917) Andrei Ciobanu 2026-03-27 19:58:55 +02:00
  • 1324f8a06c docs(plan): reference plan encryption in -out option (#3693) (#3953) Xuan Long Huang 2026-03-27 14:13:54 +01:00
  • 866b067c0d Unify patterns across the refactored commands (#3941) Andrei Ciobanu 2026-03-26 17:19:27 +02:00
  • cdca26fa4e Added deprecation notice for winrm provisioner connections (#3899) James Humphries 2026-03-26 11:15:24 +00:00
  • 5b6ca0a0a6 go.mod: Upgrade our AWS-related dependencies Martin Atkins 2026-03-25 10:44:25 -07:00
  • dbe023fdf6 Add .tofu/.tofutest.hcl to tofu fmt error message. (#3947) Andy Brody 2026-03-25 16:01:18 -04:00
  • 8f0514552b go.mod: go get github.com/openbao/openbao/api/v2@v2.5.1 Martin Atkins 2026-03-25 09:15:22 -07:00
  • 3c08c90dd3 keyprovider/openbao: Some brief instructions for testing Martin Atkins 2026-03-25 09:13:23 -07:00
  • 5b07b36ed0 go.mod: Update the dependencies for the "consul" backend Martin Atkins 2026-03-24 17:51:52 -07:00
  • 84b2cbd685 backend/consul: Fix TestConsul_destroyLock test Martin Atkins 2026-03-24 17:47:06 -07:00
  • 137b81982d go.mod: go get github.com/lib/pq@v1.11.2 Martin Atkins 2026-03-24 15:23:30 -07:00
  • 9568e66ea2 backend/pg: Use a guaranteed-invalid host for invalid hostname test Martin Atkins 2026-03-24 15:19:46 -07:00
  • 94146b7582 remove export from ShowSensitive bug/provisioner-show-sensitive-2 Diogenes Fernandes 2026-03-24 20:13:10 -03:00
  • fa27a06f69 fix: ephemeral tests Diogenes Fernandes 2026-03-24 15:34:40 -03:00
  • cf4f4c034b fix: show sensitive on provisioner outputs Diogenes Fernandes 2026-03-24 14:34:14 -03:00
  • 8feb1f499e extra test + changelog entry bug/provisioner-show-sensitive Diogenes Fernandes 2026-03-23 22:58:18 -03:00
  • fd0ff025c8 fix: show sensitive works for provisioner outputs Diogenes Fernandes 2026-03-23 22:43:46 -03:00
  • cc633afdb9 fix: remove OPENTOFU_USER_AGENT (#3923) krishna sindhur 2026-03-24 05:39:56 +05:30
  • e7c7532764 Re-order init to install config providers before backend Christian Mesh 2026-03-23 11:14:30 -04:00
  • e4c8e4fe80 go.mod: Upgrade kubernetes backend dependencies Martin Atkins 2026-03-20 11:15:15 -07:00
  • 48e906a31e backend/kubernetes: A short note on running acctests with minikube Martin Atkins 2026-03-20 11:06:05 -07:00
  • ce75edda7a Add missing license headers Christian Mesh 2026-03-23 08:49:22 -04:00
  • e6db79a27a Allow backend init to return diagnostics Christian Mesh 2026-03-23 08:47:29 -04:00
  • fd10bb40ac Update the documentation of modules (#3863) (#3925) v1.11 Andrei Ciobanu 2026-03-23 14:06:55 +02:00
  • c4b269eb87 Refactor state show command to use View instead of Ui and to use the arguments package (#3865) Andrei Ciobanu 2026-03-23 13:23:41 +02:00
  • 44bef1e3f7 Update the documentation of modules (#3863) Andrei Ciobanu 2026-03-23 12:49:34 +02:00
  • 3dd19b1908 docs: add Directory Scanning Behavior section to tofu fmt (#3882) RameshXT 2026-03-23 14:22:45 +05:30
  • 4c63a7a573 CHANGELOG: Note about plan to stop publishing 32-bit releases Martin Atkins 2026-03-20 11:53:51 -07:00
  • 5179bab7e5 e2etest: strip state_lock messages in TestJsonIntoStream Andy Hay 2026-03-20 15:02:46 -04:00
  • f50af7471c Remove some earlier state_store hacks Christian Mesh 2026-03-20 13:21:20 -04:00
  • eefa662987 Move plugin remote-state to state_store package Christian Mesh 2026-03-20 12:04:58 -04:00
  • 552e2bc67b Merge remote-tracking branch 'origin/main' into pss-feature Christian Mesh 2026-03-20 12:00:25 -04:00
  • b77fdf5626 Update tests/mocks broken by PSS Christian Mesh 2026-03-20 11:50:45 -04:00
  • cfcf3791cd Store PSS backend info in planfiles Christian Mesh 2026-03-20 10:53:33 -04:00
  • 6de74668d5 website: New compatibility promises for "Supported Platforms" Martin Atkins 2026-03-19 13:52:28 -07:00
  • 6ef847f2f5 go.mod: go get github.com/hashicorp/hcl@v1.0.1-vault-7 Martin Atkins 2026-03-19 16:53:55 -07:00
  • 070698be32 Refactor providers schema command to use views and arguments packages (#3822) Andy Hay 2026-03-20 10:43:20 -04:00
  • 40475de049 go.mod: go get github.com/ProtonMail/go-crypto@v1.4.1 Martin Atkins 2026-03-19 16:19:02 -07:00
  • 209ada73fe go.mod: Upgrade OpenTelemetry contrib modules Martin Atkins 2026-03-19 15:56:10 -07:00
  • 4230f00f18 Rework config shape and cleanup implementation of PSS Christian Mesh 2026-02-26 15:07:18 -05:00
  • 5a120bf9b8 go.mod: Upgrade protobuf and grpc libraries Martin Atkins 2026-03-19 10:47:44 -07:00
  • e9f27daa06 Replace h1,zh check with PreferredHashes (#3909) Christian Mesh 2026-03-19 14:19:11 -04:00
  • d86110ec2c Reduce registry requests when global provider cache is enabled (#3906) Christian Mesh 2026-03-19 14:02:52 -04:00
  • 0832642188 tofu providers mirror: Add option to trust hashes from a mirror source (#3885) Christian Mesh 2026-03-19 14:00:51 -04:00
  • 6a385c3cbc Read state refactor (#3706) krishna sindhur 2026-03-19 20:33:16 +05:30
  • 48af3ba77a go.mod: go get github.com/go-viper/mapstructure/v2@v2.5.0 Martin Atkins 2026-03-18 16:44:51 -07:00
  • 4b50d746bb go.mod: go get github.com/bmatcuk/doublestar/v4@v4.10.0 Martin Atkins 2026-03-18 16:26:25 -07:00
  • 61bc0da7f0 Improve resource identity rendering in plan output and import hooks render-ri-import James Humphries 2026-03-19 11:14:24 +00:00
  • 67a9788fb3 Update docs to mention resource identity schema resource-identity-provider-schemas James Humphries 2026-03-19 11:06:43 +00:00
  • 3d9a218dad Add resource identity schemas to tofu provider schemas output James Humphries 2026-03-18 12:23:23 +00:00
  • d4290c6bb8 use schema directly James Humphries 2026-03-19 10:58:14 +00:00