Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 834 Bytes

File metadata and controls

26 lines (15 loc) · 834 Bytes
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.

value_promise (Resource)

Allows you to treat a value as unknown. This is desirable when you want postconditions first being evaluated during apply phase.

Schema

Required

  • value (Dynamic) The value to promise. Any (nested) change to value results into result to be marked as "(known after apply)"

Read-Only

  • result (Dynamic) result is as soon as you apply set to value. Every change of value results into result to be marked as "(known after apply)"