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

Provider: Fix flavor detection #551

Merged
merged 2 commits into from
Dec 21, 2018

Commits on Dec 20, 2018

  1. Provider: Fix flavor detection

    It appears that Terraform v0.12 won't use DefaultFunc when the field is
    set to computed. While this might be a bug, we only have a few
    occurrences of this in the provider, so I'm opting to work around this
    instead of reporting it upstream and possibly have a legacy measure put
    in place.
    
    This commit will have the flavors still use the correct environment
    variables. Detection is just deferred to outside the schema.
    jtopjian committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    fff2870 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    34fbf74 View commit details
    Browse the repository at this point in the history