Terraform-provider-aws: Add support for CodeStar Connections

Created on 2 Oct 2020  路  5Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

AWS recommends that CodePipeline connections to third party services like GitHub and BitBucket should be done using CodeStar Connections. It would be nice if Terraform supported this.

New or Affected Resource(s)

  • aws_codestar_connection
  • aws_codestar_host

References

new-resource serviccodestarconnections

Most helpful comment

Added the second part of the PR: https://github.com/hashicorp/terraform-provider-aws/pull/15990

I'm going to work on aws_codestarconnections_host once the PR above is merged!

All 5 comments

Related:

Please note that in this case we'll expect these resources to be named aws_codestarconnections_XXX to follow the conventions in the Contributing Guide.

The GitHub version 1 action is not recommended and will soon no longer be supported.

Sounds like this will be the only supported connection type soon.

Might be nice to have a codestar_connection data source as well so that you could look them up by name and reference their ARN in CodePipeline actions.

I've started adding CodeStar Connections to TF so please upvote the PR below for the faster review! 馃檹

https://github.com/terraform-providers/terraform-provider-aws/pull/15960

Added the second part of the PR: https://github.com/hashicorp/terraform-provider-aws/pull/15990

I'm going to work on aws_codestarconnections_host once the PR above is merged!

Was this page helpful?
0 / 5 - 0 ratings