Commit Graph

414 Commits (212ae6c4ba998d5a2c4f63bdde7777d03f91c86d)

Author SHA1 Message Date
Liam Cervante 212ae6c4ba
Introduce separate testing scope for reference validation (#33339)
3 years ago
Liam Cervante dfc26c2ac4
[Testing Framework] Add test command to Terraform CLI (#33327)
3 years ago
Liam Cervante ed822559e5
[Testing framework] Implement JSON view functionality for test command (#33400)
3 years ago
kmoe fbff64ad45
configs: remove import block duplicate id check (#33434)
3 years ago
Andrew Hickman 49f99db1c2
`terraform show -json`: Add Errored field to output for plan (#33372)
3 years ago
Liam Cervante ce8fd2943d
[Testing Framework] Add test structure to views package for rendering test output (#33324)
3 years ago
Liam Cervante 48c818927c Remove old implementation of terraform test command
3 years ago
Katy Moe 7ce5503c7a views: fix wordwrap
3 years ago
kmoe 5900d1177c
cloud: assert import block compatibility (#33282)
3 years ago
kmoe 4386a15684
command: help text for generate-config-out (#33279)
3 years ago
Martin Atkins 696cd68913 command/views: Describe unknown collection bounds in diagnostics
3 years ago
kmoe be2ad69eda
plannable import: safer config generation and schema filters (#33232)
3 years ago
kmoe b4d1146f58
plannable import: improve gen config human plan output (#33194)
3 years ago
CJ Horton bd6ba6cf99
check for duplicate import blocks (#33190)
3 years ago
Liam Cervante d5fed58fc5
plannable import: write generated config to out flag (#33186)
3 years ago
CJ Horton 5d7864316e
Merge pull request #33160 from hashicorp/radditude/apply-counts
3 years ago
Liam Cervante 192cb255a6
checks: no longer experimental (#33184)
3 years ago
Liam Cervante 4d837df546
Plannable import: Add generated config to JSON and human-readable plan output (#33154)
3 years ago
Liam Cervante 79f7f59155
Plannable import: Generate config for imported resources during the plan. (#33153)
3 years ago
CJ Horton bc084858b1 add import hooks for plan and apply
3 years ago
Liam Cervante 2793af042c Revert "Plannable import: Make the streamed logs more consistent during a plan operation (#33155)"
3 years ago
Liam Cervante 3c20f7b340
Plannable import: Make the streamed logs more consistent during a plan operation (#33155)
3 years ago
hashicorp-copywrite[bot] bb36298b21 [COMPLIANCE] Add Copyright and License Headers
3 years ago
Liam Cervante 77f10c4f68
Imports should come before Adds in change summaries (#33147)
3 years ago
Liam Cervante 81eb73731d
[Plannable Import] Implement streamed logs for plan (#33106)
3 years ago
Liam Cervante 54c1c1162f
[Plannable Import] Implement human-readable plan rendering (#33113)
3 years ago
hashicorp-copywrite[bot] 325d18262e [COMPLIANCE] Add Copyright and License Headers
3 years ago
Liam Cervante b5576159da
Migrate 'state show' command to new renderer (#33116)
3 years ago
Lauren 50c3f53595 add resource_drift logtype
3 years ago
Liam Cervante b54668f44c
make the unknown attribute renderer consider the force replacement metadata (#33065)
3 years ago
Liam Cervante 14123e277c
Include sensitive metadata from the schema when building the json state output (#33059)
3 years ago
Liam Cervante 519a18aedf
Propagate unknown and sensitive metadata to dynamic attributes (#33057)
3 years ago
Liam Cervante 357012a2f3
Refactor of differ to make code reuse easier (#33054)
3 years ago
Liam Cervante aae6990d38
Add native `plantimestamp` function to Terraform (#32980)
3 years ago
Sebastian Rivera e6c3aab6c5
Merge pull request #33018 from hashicorp/tf-5529-sro-tfe-version-check
3 years ago
Liam Cervante 2c624acea1
Fix rendering unknown values in map and null string primitives (#33029)
3 years ago
Sebastian Rivera 300a60f393 Fix typo in format version check
3 years ago
Liam Cervante 978263efe9
Checks: Introduce check blocks into the terraform node and transform graph (#32735)
3 years ago
James Bardin 86c0c3bf80
Merge pull request #32846 from hashicorp/fix-32793
3 years ago
Reda Khaled bf723bd65a fix(init_test.go): in TestInitProvidersLocalOnly tst, set TF_CLI_CONFIG_FILE env var to an empty val
3 years ago
Reda Khaled fa9d044c58 bugfix(cliconfig.go): emit a warning msg if bad CLI config file path
3 years ago
James Bardin 06f1ceb026 add some output values to the show state test
3 years ago
James Bardin 5ed7f2a798 always use the RenderHuman constructor
3 years ago
Liam Cervante 15ecdb66c8
Fix no-op outputs causing the plan renderer to skip the 'no changes' message (#32820)
3 years ago
Alisdair McDiarmid 8df065a2fe initwd: Switch from earlyconfig to configs
3 years ago
Reda Khaled 100c44b6c3
bugfix: issue-28274, terraform providers mirror command should honor terraform lock file
3 years ago
Martin Atkins a86cef4d50 cliconfig: Allow breaking the dependency lock file using the environment
3 years ago
CJ Horton 3c54e42080
Merge pull request #32695 from hashicorp/radditude/init-config-warning
3 years ago
kmoe b435b4ccde
cliconfig: more provider_installation err detail (#32722)
3 years ago
Sebastian Rivera 6d0a191ec4 Handle provisioner log types in renderer
3 years ago