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]: add support for codepipeline type(v1,v2) #34122

Closed lmayorga1980 closed 11 months ago

lmayorga1980 commented 1 year ago

Description

https://aws.amazon.com/about-aws/whats-new/2023/10/aws-codepipeline-parameterized-pipelines/

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

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

aaron-christian-nttd commented 1 year ago

This forces all previous available features like cloudwatch events into v2 with default being v1. This will break new pipeline deployments if you rely on these features until you can select version in your module. Within my infra, I can manually select v2 after deployment and it behaves as intended.

DrFaust92 commented 1 year ago

looking into this

thangdoan89 commented 12 months ago

@DrFaust92 Hi, can I ask the progress of this enhancement? It would be nice of you if we can know the proportion. Many love and thanks.

neruneruo commented 12 months ago

I'm trying to implement a fix.

Enhanced attribute is pipeline_type and variable.

Code-modify and AccTest-modify completed.

romangoldberg commented 11 months ago

Hello, any updates?

github-actions[bot] commented 10 months ago

This functionality has been released in v5.32.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 9 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.