terraform/internal/command/testdata/test/deferred_changes/create.tftest.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
179 B
HCL
Raw Permalink Normal View History

run "create" {
variables {
defer = true
}
assert {
condition = test_resource.resource.defer
error_message = "deferred resource attribute should be true"
}
}