terraform/internal/stacks/stackruntime/testdata/mainbundle/test
Alisdair McDiarmid f3ec86b17b stackruntime: Treat unset and null equally
When handling root input variable values, we now consider unset and null
values to be equivalent to each other. This is consistent with how we
handle variables in embedded stacks, and very similar to how we handle
variable in the modules runtime with `nullable = false`.

One difference from the modules runtime case is that we do not prevent
a null default value for stack variables.
2024-03-07 15:49:39 -05:00
..
empty stackruntime: Beginnings of Validate function 2023-11-15 12:38:51 -08:00
empty-component stacks: include resources in state when calculating required providers (#34645) 2024-02-15 10:45:47 +01:00
invalid-configuration stacks: call terraform.Validate on stack component configs (#34705) 2024-02-21 10:58:44 +01:00
plan-no-value-for-required-variable stackruntime: Apply defaults to root variables 2024-03-04 16:20:17 -05:00
plan-undeclared-variable-in-component Fix nil pointer exception when planning stacks with undeclared variables (#34638) 2024-02-12 17:24:15 +01:00
plan-variable-defaults stackruntime: Treat unset and null equally 2024-03-07 15:49:39 -05:00
sensitive-output stacksruntime: Add sensitive outputs tests 2024-01-08 15:27:06 -05:00
sensitive-output-as-input stackruntime: Support sensitive component inputs 2024-01-08 15:27:06 -05:00
sensitive-output-nested stacksruntime: Add sensitive outputs tests 2024-01-08 15:27:06 -05:00
validate-embedded-stack-selfref stackruntime: Top-level "Validate" function 2023-11-15 12:38:51 -08:00
validate-undeclared-variable stackruntime: Top-level "Validate" function 2023-11-15 12:38:51 -08:00
variable-output-roundtrip stackruntime: Beginnings of Validate function 2023-11-15 12:38:51 -08:00
variable-output-roundtrip-nested stackruntime: Beginnings of Validate function 2023-11-15 12:38:51 -08:00
with-provider-config stackruntime: Starting up and configuring provider plugins 2023-11-15 12:38:54 -08:00
with-single-input stacks: validate providers based on types instead of local names (#34735) 2024-02-28 08:24:53 +01:00
with-single-output stacks: validate the types of input variables during validation (#34722) 2024-02-26 11:36:19 +01:00
with-single-resource stacks/stackruntime: fix TestPlanWithSingleResource 2023-11-15 12:38:54 -08:00
with-single-resource-missing-provider stacks: include resources in state when calculating required providers (#34645) 2024-02-15 10:45:47 +01:00