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

Add a aws_codepipeline_webhook resource for managing CodePipeline webhooks #5875

Merged
merged 26 commits into from
Oct 18, 2018

Commits on Jul 13, 2018

  1. Flesh out more of the CodePipeline webhook resource.

    Joe Stump committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    8ed66de View commit details
    Browse the repository at this point in the history
  2. Remove to make merge from master easier.

    Joe Stump committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    2fcbdfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9c4c4 View commit details
    Browse the repository at this point in the history
  4. Add the resource back into the resource map.

    Joe Stump committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    51d3d79 View commit details
    Browse the repository at this point in the history
  5. Add in a delete call to remove webhooks.

    Joe Stump committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    a561cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Merge branch 'master' of github.com:terraform-providers/terraform-pro…

    …vider-aws into jstump-codepipeline-webhook
    Joe Stump committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    af3c135 View commit details
    Browse the repository at this point in the history
  2. Flesh out the read/set functions.

    Joe Stump committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    eea8b7f View commit details
    Browse the repository at this point in the history
  3. Get the provider building cleanly.

    Joe Stump committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ebc6300 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Configuration menu
    Copy the full SHA
    443b7b9 View commit details
    Browse the repository at this point in the history
  2. Add a test and fix bugs surfaced.

    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    4ab3b0f View commit details
    Browse the repository at this point in the history
  3. Add docs.

    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    86a6826 View commit details
    Browse the repository at this point in the history
  4. Add aws_codepipeline_webhook to the sidebar.

    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    d6fbc08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20d8126 View commit details
    Browse the repository at this point in the history
  6. SetId to remove from state

    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    80fd894 View commit details
    Browse the repository at this point in the history
  7. Revert "SetId to remove from state"

    This reverts commit 80fd894.
    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    e97acb3 View commit details
    Browse the repository at this point in the history
  8. SetId to blank to remove from state.

    Joe Stump committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    8363b52 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Update PR based on @bflad's feedback on my Athena PR.

    Joe Stump committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    ae54dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc1688 View commit details
    Browse the repository at this point in the history
  3. Make this required since AWS requires at least 1.

    Joe Stump committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    84bcb52 View commit details
    Browse the repository at this point in the history
  4. Back out fmtcheck revert.

    Joe Stump committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    bf6966e View commit details
    Browse the repository at this point in the history
  5. Address lint issue.

    Joe Stump committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    2ef5e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Update the HCL to mimic the API structs.

    Joe Stump committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    4e677cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d837c23 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Address PR comments

    Joe Stump committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    a5f0a13 View commit details
    Browse the repository at this point in the history
  2. Clarify authentication_configuration docs.

    Joe Stump committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    4f87d2d View commit details
    Browse the repository at this point in the history
  3. Fix error output for field.

    Joe Stump committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    b8185ce View commit details
    Browse the repository at this point in the history