github.com/opentofu/opentofu@v1.7.1/internal/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  }