mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-29 18:19:02 -04:00
9 lines
No EOL
147 B
HCL
9 lines
No EOL
147 B
HCL
run "foo" {
|
|
module {
|
|
source = "./fixtures"
|
|
}
|
|
assert {
|
|
condition = output.name == true
|
|
error_message = "foo"
|
|
}
|
|
} |