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:
171
171
172
172
` ` `
173
173
<!-- markdownlint-restore -->
174
+ <!-- markdownlint-disable -->
174
175
## Requirements
175
176
176
177
| Name | Version |
@@ -249,6 +250,7 @@ Available targets:
249
250
| webhook\_id | The CodePipeline webhook's ID |
250
251
| webhook\_url | The CodePipeline webhook's URL. POST events to this endpoint to trigger the target |
251
252
253
+ <!-- markdownlint-restore -->
252
254
253
255
254
256
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable -->
1
2
## Requirements
2
3
3
4
| Name | Version |
76
77
| webhook\_ id | The CodePipeline webhook's ID |
77
78
| webhook\_ url | The CodePipeline webhook's URL. POST events to this endpoint to trigger the target |
78
79
80
+ <!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -330,6 +330,11 @@ resource "aws_codepipeline" "default" {
330
330
}
331
331
}
332
332
}
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
+ }
333
338
}
334
339
335
340
# 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