hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.88k stars 9.22k forks source link

[Enhancement]: Support CodePipeline v2 #34838

Closed shblue21 closed 11 months ago

shblue21 commented 12 months ago

Description

In late October, AWS CodePipeline v2 was released. It has the same structure as V1, and the SDK is also distributed.

I'm working on it and hope to open a PR and ask for reviews soon.

Affected Resource(s) and/or Data Source(s)

aws_codepipeline

Potential Terraform Configuration

resource "aws_codepipeline" "codepipeline" {
  name     = "tf-test-pipeline"
 ...
pipelineType = "V2"
...
}

References

Would you like to implement a fix?

Yes

github-actions[bot] commented 12 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

justinretzolk commented 11 months ago

Duplicate of #34122

shblue21 commented 11 months ago

ok I'll drop it

github-actions[bot] commented 10 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.