github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/default_variables/main.tftest.hcl (about) 1 2 run "applies_defaults" { 3 assert { 4 condition = var.input == "Hello, world!" 5 error_message = "should have applied default value" 6 } 7 }