main
Add CLI and backend policy wiring for plan apply and query (#38518)
make copyrightfix
console: Add `-scope` flag to allow expression evaluation in module instances (#38820)
allow targeting of action caller resources
command: Add vars to get command (and refactor it)
add Mermaid graph format to terraform graph command (#38719)
update copyright headers
Add init-time policy evaluation (#38519)
command/init: Make validation of positional arguments happen in the `arguments` package. Refactor away unneeded code. (#38692)
command: Add vars to modules command
command: Add vars to providers command
command: Add vars to pvoiders lock command
command: Add vars to providers mirror command
command: Add vars to providers schema command
feat(search): add experimental -policies flag and initial policy evaluation support to terraform query (#38769)
Fix import and show command
refactor: Do not default `-source-provider-lock-file` or `-destination-provider-lock-file` flag values to ".terraform.lock.hcl". Instead, conditionally supply the default lock file path to installation logic when the flag isn't supplied.
command: Add vars to state mv command
command: Add vars to state pull command
command: Add vars to state push command
command: Add vars to state replace command
command: Add vars to state rm command
feat(cli): add -json flag for state show (#38341)
command: Add vars to taint command
command: Add vars to validate command
refactor addVarsFromFile to use return value
Refactor the `version` command to use the `arguments` package (#38803)
refactor: Update `workspace select` and `new` subcommands to use the arguments package for parsing arguments and flags (#38430)
refactor: Update `workspace select` and `delete` subcommands to use the arguments package for parsing arguments and flags (#38429)
test: Proof of path traversals not being accepted workspaces (#38589)