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

Check for non-object types before calling HasAttribute #76

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 28, 2020

  1. Don't crash when user uses unmatched local name prefix

    Adrian Wilkins committed May 28, 2020
    Configuration menu
    Copy the full SHA
    d10372e View commit details
    Browse the repository at this point in the history
  2. Place a check for object type

    This removes a chance to panic but I'm not sure it
    preserves the correct application logic for the routine
    Adrian Wilkins committed May 28, 2020
    Configuration menu
    Copy the full SHA
    395e633 View commit details
    Browse the repository at this point in the history
  3. Explicitly stating TerraformProvider is redudant

    Adrian Wilkins committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e3ba1df View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge branch 'master' into fix/hasattribute-non-object

    Adrian Wilkins committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    8850784 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Very small commit to provoke GH actions

    Adrian Wilkins committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    69e77d1 View commit details
    Browse the repository at this point in the history