test framework: add support for testing files to fmt command (#33576)

This commit is contained in:
Liam Cervante
2023-07-26 10:38:47 +02:00
committed by GitHub
parent 080ddead6e
commit 55792309eb
4 changed files with 152 additions and 30 deletions

View File

@@ -0,0 +1,18 @@
variables {
first = "value"
second = "value"
}
run "some_run_block" {
command = plan
plan_options = {
refresh = false
}
assert {
condition = var.input == 12
error_message = "something"
}
}