terraform/internal/command/arguments
Sarah French f2818db795
Some checks are pending
build / Determine intended Terraform version (push) Waiting to run
build / Determine Go toolchain version (push) Waiting to run
build / Generate release metadata (push) Blocked by required conditions
build / Build for freebsd_386 (push) Blocked by required conditions
build / Build for linux_386 (push) Blocked by required conditions
build / Build for openbsd_386 (push) Blocked by required conditions
build / Build for windows_386 (push) Blocked by required conditions
build / Build for darwin_amd64 (push) Blocked by required conditions
build / Build for freebsd_amd64 (push) Blocked by required conditions
build / Build for linux_amd64 (push) Blocked by required conditions
build / Build for openbsd_amd64 (push) Blocked by required conditions
build / Build for solaris_amd64 (push) Blocked by required conditions
build / Build for windows_amd64 (push) Blocked by required conditions
build / Build for freebsd_arm (push) Blocked by required conditions
build / Build for linux_arm (push) Blocked by required conditions
build / Build for darwin_arm64 (push) Blocked by required conditions
build / Build for linux_arm64 (push) Blocked by required conditions
build / Build for windows_arm64 (push) Blocked by required conditions
build / Build Docker image for linux_386 (push) Blocked by required conditions
build / Build Docker image for linux_amd64 (push) Blocked by required conditions
build / Build Docker image for linux_arm (push) Blocked by required conditions
build / Build Docker image for linux_arm64 (push) Blocked by required conditions
build / Build e2etest for linux_386 (push) Blocked by required conditions
build / Build e2etest for windows_386 (push) Blocked by required conditions
build / Build e2etest for darwin_amd64 (push) Blocked by required conditions
build / Build e2etest for linux_amd64 (push) Blocked by required conditions
build / Build e2etest for windows_amd64 (push) Blocked by required conditions
build / Build e2etest for linux_arm (push) Blocked by required conditions
build / Build e2etest for darwin_arm64 (push) Blocked by required conditions
build / Build e2etest for linux_arm64 (push) Blocked by required conditions
build / Run e2e test for linux_386 (push) Blocked by required conditions
build / Run e2e test for windows_386 (push) Blocked by required conditions
build / Run e2e test for darwin_amd64 (push) Blocked by required conditions
build / Run e2e test for linux_amd64 (push) Blocked by required conditions
build / Run e2e test for windows_amd64 (push) Blocked by required conditions
build / Run e2e test for linux_arm (push) Blocked by required conditions
build / Run e2e test for linux_arm64 (push) Blocked by required conditions
build / Run terraform-exec test for linux amd64 (push) Blocked by required conditions
Quick Checks / Unit Tests (push) Waiting to run
Quick Checks / Race Tests (push) Waiting to run
Quick Checks / End-to-end Tests (push) Waiting to run
Quick Checks / Code Consistency Checks (push) Waiting to run
PSS : Add fs and inmem state storage implementations to the builtin simplev6 provider, update grpcwrap package, use PSS implementation in E2E test (#37790)
* feat: Implement `inmem` state store in provider-simple-v6
* feat: Add filesystem state store `fs` in provider-simple-v6, no locking implemented
* refactor: Move PSS chunking-related constants into the `pluggable` package, so they can be reused.
* feat: Implement PSS-related methods in grpcwrap package
* test: Add E2E test checking an init and apply (no plan) workflow is usable with both PSS implementations
* fix: Ensure state stores are configured with a suggested chunk size from Core

---------

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
2025-11-11 15:30:50 +00:00
..
apply.go diagnostics should not contain URLs 2025-02-28 13:02:43 -05:00
apply_test.go show deprecation warning if -state is used with plan, apply, refresh (#35660) 2024-09-05 10:55:37 +02:00
default.go Add terraform query subcommand (TF-25494) (#37174) 2025-07-02 15:06:25 +02:00
extended.go actions: allow skipping refresh when invoking actions (#37541) 2025-09-01 09:04:11 +00:00
flags.go move all command args from command/init to args/init 2024-04-17 12:26:23 -04:00
init.go PSS : Add fs and inmem state storage implementations to the builtin simplev6 provider, update grpcwrap package, use PSS implementation in E2E test (#37790) 2025-11-11 15:30:50 +00:00
init_test.go PSS: Implement initialisation of new working directory (or use of -reconfigure flag) while using state_store (#37732) 2025-10-15 10:44:21 +01:00
modules.go Implement the modules command 2024-10-28 13:31:09 -04:00
modules_test.go Add testing helpers that allow comparing diagnostics, refactor existing tests to use them. (#36456) 2025-02-19 13:59:29 +00:00
output.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
output_test.go Add testing helpers that allow comparing diagnostics, refactor existing tests to use them. (#36456) 2025-02-19 13:59:29 +00:00
plan.go diagnostics should not contain URLs 2025-02-28 13:02:43 -05:00
plan_test.go show deprecation warning if -state is used with plan, apply, refresh (#35660) 2024-09-05 10:55:37 +02:00
query.go actions: add invoke flag for plan and apply commands (#37512) 2025-08-28 12:11:52 +00:00
refresh.go actions: add invoke flag for plan and apply commands (#37512) 2025-08-28 12:11:52 +00:00
refresh_test.go show deprecation warning if -state is used with plan, apply, refresh (#35660) 2024-09-05 10:55:37 +02:00
show.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
show_test.go Add testing helpers that allow comparing diagnostics, refactor existing tests to use them. (#36456) 2025-02-19 13:59:29 +00:00
test.go Implement controlling destroy functionality within Terraform Test (#37359) 2025-09-10 17:22:20 +02:00
test_test.go Test run Parallelism of 1 should not result in deadlock (#37292) 2025-07-07 09:44:32 +02:00
types.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
validate.go query: add -query flag to validate command (#37671) 2025-10-01 11:33:52 +02:00
validate_test.go Add testing helpers that allow comparing diagnostics, refactor existing tests to use them. (#36456) 2025-02-19 13:59:29 +00:00
view.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
view_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00