You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test
Liam Cervante dec0edfd5a
terraform test: enable deferrals in Terraform Test with the specified flag (#37370)
7 months ago
..
bad-references terraform test: automatically create edges based on references (#37200) 9 months ago
complex_condition Produce detailed diagnostic objects when test run assertions fail (#36522) 12 months ago
custom_condition_checks testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
custom_condition_inputs testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
custom_condition_outputs testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
custom_condition_resources testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
dangling_data_block terraform test: rearrange the order of destroy operations (#34293) 2 years ago
default_optional_values apply defaults when processing variables for assertions 2 years ago
default_variables test framework: expand variables available to test assertions (#33611) 3 years ago
deferred_changes terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
destroy_fail Ensure that all states are cleaned up (#36616) 12 months ago
empty_module_with_output Add test verifying issue #34476 has been fixed (#34478) 2 years ago
env-vars terraform test: Push evaluation of variables to as late as possible (#35014) 2 years ago
env-vars-in-module terraform test: Push evaluation of variables to as late as possible (#35014) 2 years ago
ephemeral_input test: pass in variables during apply 1 year ago
ephemeral_input_with_error test: pass in variables during apply 1 year ago
ephemeral_resource test: pass in variables during apply 1 year ago
expect_failures_checks testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
expect_failures_during_apply Continue test execution after an expected failure (#36447) 1 year ago
expect_failures_inputs Implement updates to testing framework based on recent feedback 3 years ago
expect_failures_outputs Implement updates to testing framework based on recent feedback 3 years ago
expect_failures_resources Implement updates to testing framework based on recent feedback 3 years ago
expected_failures_during_planning Continue test execution after an expected failure (#36447) 1 year ago
functions_available terraform test: Fix crash when file level variables reference variables. (#34531) 2 years ago
global_var_ref_in_suite_var run terraform fmt on test 2 years ago
global_var_refs terraform test: Fix crash when file level variables reference variables. (#34531) 2 years ago
invalid testing framework: validate the configuration before terraform test (#33559) 3 years ago
invalid-cleanup-warnings Remove invalid warning during cleanup phase (#35172) 2 years ago
invalid-module testing framework: validate the configuration before terraform test (#33559) 3 years ago
invalid-overrides testing framework: add warnings for override blocks with invalid targets (#34181) 2 years ago
invalid_config Terraform test: Consolidate test execution procedure (#36459) 1 year ago
invalid_default_state Implement updates to testing framework based on recent feedback 3 years ago
junit-output Produce detailed diagnostic objects when test run assertions fail (#36522) 12 months ago
long_running Test framework will produce regular updates in -json mode (#33953) 2 years ago
missing-provider test framework: include transformed config before validating config (#33608) 3 years ago
missing-provider-definition-in-file Terraform test: Consolidate test execution procedure (#36459) 1 year ago
missing-provider-in-run-block test framework: include transformed config before validating config (#33608) 3 years ago
missing-provider-in-test-module test framework: include transformed config before validating config (#33608) 3 years ago
mocking test: also allow mock_data and mock_resource blocks to generate data during planning (#36317) 1 year ago
mocking-error terraform test: allow computed/mocked values override during planning (#36227) 1 year ago
mocking-invalid terraform test: allow computed/mocked values override during planning (#36227) 1 year ago
multiple_files testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
nested_unknown_values Add additional validation around unknown and null values in test variables (#33861) 2 years ago
no_providers_in_main Fix root cause of race condition in testing framework tests 3 years ago
no_state No state to cleaup when it is empty (#36526) 1 year ago
null-outputs Handle null outputs in Terraform test files (#33781) 3 years ago
null_value_in_assert Add additional validation around unknown and null values in test variables (#33861) 2 years ago
null_value_in_vars Add additional validation around unknown and null values in test variables (#33861) 2 years ago
only_modules Implement updates to testing framework based on recent feedback 3 years ago
parallel Terraform test: Execute eligible test runs in parallel (#36300) 1 year ago
parallel-errors terraform test: check specific dependencies before skipping run blocks (#37204) 9 months ago
parallel_divided Terraform test: Consolidate test execution procedure (#36459) 1 year ago
partial_updates Implement updates to testing framework based on recent feedback 3 years ago
pass_with_locals testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
pass_with_outputs testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
pass_with_variables explicitely disallow duplicate run block names in test files (#33836) 2 years ago
plan_then_apply explicitely disallow duplicate run block names in test files (#33836) 2 years ago
prevent-destroy terraform test: override prevent_destroy meta attribute (#37364) 7 months ago
provider-functions-available Include provider functions in scope used to evaluate test assertions (#34825) 2 years ago
provider_runs testing framework: allow providers to reference run blocks (#34118) 2 years ago
provider_runs_invalid terraform test: move providers into the graph (#37216) 9 months ago
provider_vars terraform test: allow providers in test files to reference variables (#34069) 2 years ago
sensitive_input_values Produce detailed diagnostic objects when test run assertions fail (#36522) 12 months ago
shared_state Terraform test: Execute eligible test runs in parallel (#36300) 1 year ago
shared_state_object Introduce 'run' keyword for referencing outputs from earlier run blocks (#33683) 3 years ago
simple_fail testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
simple_pass testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
simple_pass_count Test run Parallelism of 1 should not result in deadlock (#37292) 8 months ago
simple_pass_nested testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
simple_pass_nested_alternate testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
simple_pass_very_nested testing framework: allow users to specify deeply nested testing directories (#33584) 3 years ago
skip_destroy_on_empty terraform test: skip destroy step for empty run blocks (#34331) 2 years ago
state_propagation Implement updates to testing framework based on recent feedback 3 years ago
tfvars_in_test_dir Add docs for automatic var files in test directories (#34349) 2 years ago
top-dir-only-nested-test-files Allow terraform init when only test files are present in directory (#36429) 1 year ago
top-dir-only-test-files Allow terraform init when only test files are present in directory (#36429) 1 year ago
unapplyable-plan Add test case to ensure no regression of already fixed crash (#36583) 12 months ago
undefined_variables test framework: expand variables available to test assertions (#33611) 3 years ago
unknown_value_in_assert Add additional validation around unknown and null values in test variables (#33861) 2 years ago
unknown_value_in_vars Add additional validation around unknown and null values in test variables (#33861) 2 years ago
variable_references terraform test: move variable evaluation into the terraform test graph (#37205) 9 months ago
variables testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
variables_types Allow referencing higher level variables from run blocks (#33722) 3 years ago
variables_undefined_in_config terraform test: allow providers in test files to reference variables (#34069) 2 years ago
with-default-variables terraform test: move variable evaluation into the terraform test graph (#37205) 9 months ago
with_double_interrupt testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
with_interrupt testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
with_interrupt_and_additional_file Test files should be marked as skipped if all their run blocks were skipped (#33950) 2 years ago
with_nested_setup_modules terraform test: fix crash when using nested modules from test run blocks (#33589) 3 years ago
with_provider_alias testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
with_setup_module testing framework: change test file extension to .tftest.hcl (#33553) 3 years ago
with_state_key feat: add state_key for test run blocks (#36185) 1 year ago
write-into-default-state terraform test: refactor graph edge calculation (#37357) 7 months ago
write-only-attributes write-only attributes: internal providers should set write-only attributes to null (#36824) 11 months ago
write-only-attributes-mocked write-only attributes: internal providers should set write-only attributes to null (#36824) 11 months ago
write-only-attributes-overridden write-only attributes: internal providers should set write-only attributes to null (#36824) 11 months ago