v0.17.0
prevent github OAuthToken from causing unwanted changes @dknell (#47)
what
- Adding a lifecycle block to ignore changes in source stage
why
- When using github OAuthToken, the
aws_codepipeline
resource doesn't save the token in the state file. This causes it to detect changes on every apply, regardless of a change in the terraform files.