Commit Graph

32642 Commits (3d211eb42ffcdc9d33d56bc2785d64b22f158c39)
 

Author SHA1 Message Date
Liam Cervante 3d211eb42f
Fix crash when importing a resource with complex sensitive attributes (#34996)
2 years ago
Daniel Schmidt f76a621de2
Merge pull request #34967 from hashicorp/TF-13960
2 years ago
Daniel Schmidt 18c465d139
stacks: document planned object in test
2 years ago
Daniel Schmidt ea9162235d
stacks: remove extra checks from mock provider
2 years ago
Daniel Schmidt 2c94390434
stacks: refactor to use fully computed change instead of minimal one for deferring in plan
2 years ago
Daniel Schmidt eaf7eb0771
stacks: use already computed change
2 years ago
Daniel Schmidt 53cee3b2d5
stacks: use marked values for change
2 years ago
Daniel Schmidt 0289806f40
stacks: use existing unmarked values
2 years ago
Daniel Schmidt c2fe241570
stacks: move destroy deferred handling outside of destroy method
2 years ago
Daniel Schmidt a26fd2e81f
stacks: add deferrals to PlanResourceChange
2 years ago
Daniel Schmidt 32bf1fed39
stacks: test deferred changeset action
2 years ago
Daniel Schmidt ddabb6a2ee
refactor replace path logic out of plan method
2 years ago
Daniel Schmidt b307adfe1f
refactor action selection logic out of plan method
2 years ago
Craig Wright c1d608e996
Merge pull request #34958 from Skywalker427/patch-2
2 years ago
Craig Wright 1846941721
Merge pull request #34957 from Skywalker427/patch-1
2 years ago
Daniel Schmidt 5c3ce04262
Merge pull request #34961 from hashicorp/TF-13959
2 years ago
James Bardin 8f7744da09
Merge pull request #34986 from hashicorp/jbardin/moved-to-nowhere
2 years ago
Daniel Schmidt c5291de979
stacks: clarify comment
2 years ago
Daniel Schmidt fe1a02430f
stacks: don't return planned value for data source if read was deferred
2 years ago
Liam Cervante ee42dbf5d7
Fix panics due to missing graph edges on empty modules or invalid refs (#34985)
2 years ago
James Bardin a90f7d254e check plan to move into missing module
2 years ago
James Bardin 4f1ba8f235 check move target module exists
2 years ago
Daniel Schmidt a5efe8440d
stacks: return deferral
2 years ago
Daniel Schmidt 57018c8d57
stacks: add test case for ReportDataSourceInstanceDeferred
2 years ago
Craig Wright d1761f436b
Merge pull request #34918 from hashicorp/deprecated-terraform-config
2 years ago
Craig Wright 2680f6bff9
Update website/docs/cli/config/environment-variables.mdx
2 years ago
Craig Wright a621497f27
Merge pull request #34896 from ChihweiLHBird/zhiwei/filemd5-filesha1-md5-security-notice
2 years ago
Liam Cervante 924958bce0
plan renderer: ensure JSON strings are completely JSON (#34959)
2 years ago
Martin Atkins c1342f4f6a terraform test: Include test case execution time in JUnit XML
2 years ago
Martin Atkins 397ea6d05c moduletest: Capture optional "execution meta" for test runs
2 years ago
Martin Atkins c8611b51d7 terraform test: JUnit XML output sets testcase classname
2 years ago
Daniel Schmidt 7e3fb0850c
stacks: add ReportDataSourceInstanceDeferred method
2 years ago
Daniel Schmidt c2ec87c822
Merge pull request #34972 from hashicorp/throw-on-terraform-import-deferred-read
2 years ago
Mark DeCrane e6f4ffa8a3
stacks: adding deferred action to datasource reads
2 years ago
Liam Cervante 765ec6e923
Complete implementation of targeting with deferred resources (#34971)
2 years ago
Mrinali Rao b1a40a1a65
Update the Terraform CLI output to show logical separation between OPA and Sentinel policy evaluations (#34963)
2 years ago
Daniel Schmidt e9a52e37ac
stacks: return diagnostics if read during terraform import is deferred
2 years ago
Daniel Schmidt 3fdfbd6944
Merge pull request #34887 from hashicorp/TF-13958
2 years ago
Daniel Schmidt 4db9ab8536
stacks: check if resource instance is deferred
2 years ago
Daniel Schmidt 301061047a
stacks: add read resource test case without refresh opts
2 years ago
Daniel Schmidt 3d80ec4aa2
stacks: return deferral instead of recording it
2 years ago
Daniel Schmidt b59edb4463
stacks: handle deferred actions in refresh
2 years ago
Daniel Schmidt 5b8f77d2a4
stacks: add deferred actions to plugin protocol
2 years ago
Liam Cervante cbee7469b0
Complete functionality for the unknown instances processing path for resources (#34945)
2 years ago
Hamzah Junaid Bawah b520e52d8b
docs: fix typo in spelling of 'Sentinel'
2 years ago
Hamzah Junaid Bawah b21d232081
docs: fix typo in spelling of 'flag'
2 years ago
Martin Atkins d8f22d3c54
Update CHANGELOG.md
2 years ago
Martin Atkins 79479f52c9 terraform: Experimental support for variable validation cross-references
2 years ago
Martin Atkins 14b08c3745 terraform: Move variable validation into its separate node type
2 years ago
Martin Atkins 9b8d25b9e9 terraform: new nodes for variable validation (not yet implemented)
2 years ago