mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-09 08:33:23 -04:00
10 lines
163 B
HCL
10 lines
163 B
HCL
run "invalid_object" {
|
|
variables {
|
|
variable1 = "lalalala"
|
|
variable2 = "lalalala"
|
|
}
|
|
|
|
expect_failures = [
|
|
var.variable1,
|
|
]
|
|
}
|