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

terraform_synthetic_state resource #3164

Closed
wants to merge 1 commit into from
Closed

terraform_synthetic_state resource #3164

wants to merge 1 commit into from

Commits on Jan 17, 2016

  1. terraform_synthetic_state resource.

    The normal way to share a state for consumption by downstream
    terraform_remote_state is to just point consumers at the same configuration
    used to persist the configuration state.
    
    This is fine most of the time, but sometimes it's desirable to present
    downstream consumers with a different level of abstraction than the
    physical configuration represents. For example, one might create AWS
    infrastructure on a per-region basis but expose it to downstream
    configurations on a per-availability-zone basis.
    
    This resource thus allows a Terraform configuration to produce additional
    "synthetic" remote states, containing only outputs, that are intended
    only for downstream consumption and are not used to actually manage
    any resources.
    apparentlymart committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    cc0c1e0 View commit details
    Browse the repository at this point in the history