File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ Available targets:
171171
172172` ` `
173173<!-- markdownlint-restore -->
174+ <!-- markdownlint-disable -->
174175## Requirements
175176
176177| Name | Version |
@@ -249,6 +250,7 @@ Available targets:
249250| webhook\_id | The CodePipeline webhook's ID |
250251| webhook\_url | The CodePipeline webhook's URL. POST events to this endpoint to trigger the target |
251252
253+ <!-- markdownlint-restore -->
252254
253255
254256
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable -->
12## Requirements
23
34| Name | Version |
7677| webhook\_ id | The CodePipeline webhook's ID |
7778| webhook\_ url | The CodePipeline webhook's URL. POST events to this endpoint to trigger the target |
7879
80+ <!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -330,6 +330,11 @@ resource "aws_codepipeline" "default" {
330330 }
331331 }
332332 }
333+
334+ lifecycle {
335+ # prevent github OAuthToken from causing updates, since it's removed from state file
336+ ignore_changes = [stage [0 ]. action [0 ]. configuration ]
337+ }
333338}
334339
335340# https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-example
You can’t perform that action at this time.
0 commit comments