mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 16:00:37 -05:00
8 lines
174 B
HCL
8 lines
174 B
HCL
resource "test_resource" "resource" {}
|
|
|
|
check "check" {
|
|
assert {
|
|
condition = test_resource.resource.id == ""
|
|
error_message = "check block: resource has no id"
|
|
}
|
|
} |