Commit Graph

2605 Commits (148b19b0d7e36b6f2b8a169d2cb7b6069ab5d00a)

Author SHA1 Message Date
Mutahhir Hayat 148b19b0d7 return validate value instead of dynamic value
2 years ago
Mutahhir Hayat d398fa50c6 handle overlooked error in test
2 years ago
Mutahhir Hayat cb28bf3379 remove unused test
2 years ago
Mutahhir Hayat e20891ac1d add tests for local values through data sources
2 years ago
Mutahhir Hayat 6bbc8cdc76 Add more tests for local values
2 years ago
Mutahhir Hayat 2667a0f2c3 cleanup comments
2 years ago
Mutahhir Hayat 5e12bdf048 Stack evaluation should also visit local values when walking the stack
2 years ago
Mutahhir Hayat be317d4d3a Make Stack and Stack config aware of local values
2 years ago
Mutahhir Hayat 6554ce6bfd Add planning test to test for locals usage
2 years ago
Mutahhir Hayat 129d58fed3 Create local value structs, including config and tests
2 years ago
Mutahhir Hayat d695f8197c Add local values test
2 years ago
Daniel Schmidt f3764ead4c
Merge pull request #35118 from hashicorp/consistency-provider-deferred
2 years ago
James Bardin 147186c84b
Merge pull request #35090 from hashicorp/jbardin/plan-valid-nested-null
2 years ago
James Bardin e08b269e15
Merge pull request #35110 from hashicorp/jbardin/module-override-legacy-provider
2 years ago
Daniel Schmidt 4dd4511871
stacks: add tests for forbidden deferrals
2 years ago
Daniel Schmidt f684df82f6
stack: improve wording
2 years ago
Daniel Schmidt 08917d1628
stacks: error if provider emits deferred action when it's not supported
2 years ago
kmoe b74715e5fb
stacks: fix invalid filename (#35111)
2 years ago
James Bardin 582c7298d3 don't evaluate providers in overridden modules
2 years ago
Daniel Schmidt 5af49eb9ce
Merge pull request #35016 from hashicorp/TF-13963
2 years ago
Daniel Schmidt 35f44b01f0
stacks: fix comment and add assertion for diagnostics
2 years ago
James Bardin e7831d4e5d use ResourceByAddr to lookup resource config
2 years ago
Daniel Schmidt aeb5b47723
stacks: remove unused test case
2 years ago
Nick Fagerlund f2906a1bfc
Merge pull request #35088 from alexott/attach-config-performance
2 years ago
Martin Atkins edf335e7eb lang/funcs: Experimental "templatestring" function
2 years ago
Martin Atkins 2ac2f4096f collections: NewSetCmp takes optional initial elements
2 years ago
Martin Atkins 847925b531 experiments: template_string_func experiment keyword
2 years ago
Daniel Schmidt f847360a40
stacks: component.CheckInstances now reports on for each value diagnostics
2 years ago
Daniel Schmidt c370e5e71d
stacks: use more precise name for variable
2 years ago
Daniel Schmidt 1afc9789ef
stacks: use UnknownForEachRepetitionData for instance map repetition data in for_each
2 years ago
Daniel Schmidt 91a18a6b30
stacks: fix typo
2 years ago
Daniel Schmidt 7d0c4cfc4d
stacks: early exit on invalid for_each values for components
2 years ago
Daniel Schmidt d1168ffa62
stacks: return instance value for wildcard component instances
2 years ago
Daniel Schmidt 6f95225a91
stacks: handle unknown dynamic values
2 years ago
Daniel Schmidt 3cbfd39721
stacks: validate unknown component for_each type
2 years ago
Daniel Schmidt 3a7150b27e
stacks: handle unknown values in component for_each
2 years ago
James Bardin 2562420d16 prevent panics with null objects in nested attrs
2 years ago
Alex Ott f0e2861c1e Improve performance of AttachResourceConfigTransformer on big graphs
2 years ago
Liam Cervante b3d653afb6
stacks: track deferrals on top-level graph methods
2 years ago
Daniel Schmidt aed6f7586c
stacks: use deferral allowed flag
2 years ago
Daniel Schmidt 4338787f5b
stacks: allow provider to return empty list of imported resources
2 years ago
Daniel Schmidt fd81a7111a
stacks: continue read and update if import is deferred
2 years ago
Daniel Schmidt b236d28bcf
stacks: forbid deferral in cases where we return diagnostics on deferral
2 years ago
Daniel Schmidt 928657b0ab
stacks: handle deferred import on import blocks
2 years ago
Daniel Schmidt efdcc7a711
stacks: return diags on deferred cli import
2 years ago
Daniel Schmidt ce721b8e9c
stacks: add deferred to grpc calls
2 years ago
Martin Atkins 660ff86c4c backendbase: Preserve unset arguments as null when not set by env
2 years ago
Martin Atkins c77898c90d logging: Remove import github.com/coreos/pkg/capnslog
2 years ago
James Bardin 9e47b42722
Merge pull request #35020 from hashicorp/jbardin/update-go-cty
2 years ago
Martin Atkins ef185ee6a0 collections: Don't panic when Has called on uninitialized Set
2 years ago