amazon-ecs-fullstack-app-terraform icon indicating copy to clipboard operation
amazon-ecs-fullstack-app-terraform copied to clipboard

Warning re: the CodePipeline GitHub v1 action provider being deprecated

Open jasonumiker opened this issue 4 years ago • 1 comments

As an FYI when I deploy this I get the following warning:

│ │ Warning: The CodePipeline GitHub version 1 action provider is deprecated. │ │ with module.codepipeline.aws_codepipeline.aws_codepipeline, │ on Modules/CodePipeline/main.tf line 24, in resource "aws_codepipeline" "aws_codepipeline": │ 24: provider = "GitHub" │ │ Use a GitHub version 2 action (with a CodeStar Connection aws_codestarconnections_connection) instead. See │ https://docs.aws.amazon.com/codepipeline/latest/userguide/update-github-action-connections.html

If I get a chance I'll investigate updating this with the new version 2 action and raising it as a PR.

jasonumiker avatar Sep 22 '21 12:09 jasonumiker

I'm seeing this as well when using terraform-aws-ecs-codepipeline.

nk9 avatar Jan 21 '22 14:01 nk9