Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] helper/schema: implement ComputedWhen #4846

Closed
wants to merge 1 commit into from

Commits on Feb 25, 2016

  1. helper/schema: implement ComputedWhen

    ComputedWhen is a long `TODO`d schema feature that allows any field to
    be marked as computed when some terget field changes.
    
    Right now Terraform has no way of invalidating a field until it sees
    _that_ field changes, but there are plenty of examples of scenarios
    where one field changing implies that another field is going to be
    assigned a new value.
    phinze committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    2761e3c View commit details
    Browse the repository at this point in the history