page_title | subcategory | description |
---|---|---|
value_promise Resource - terraform-provider-value |
Allows you to treat a value as unknown. This is desirable when you want postconditions first being evaluated during apply phase. |
Allows you to treat a value as unknown. This is desirable when you want postconditions first being evaluated during apply phase.
value
(Dynamic) The value to promise. Any (nested) change tovalue
results intoresult
to be marked as "(known after apply)"
result
(Dynamic)result
is as soon as you apply set tovalue
. Every change ofvalue
results intoresult
to be marked as "(known after apply)"