Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Service]: AWS Codecatalyst #31286

Closed
stefenAMZ opened this issue May 9, 2023 · 8 comments · Fixed by #32366
Closed

[New Service]: AWS Codecatalyst #31286

stefenAMZ opened this issue May 9, 2023 · 8 comments · Fixed by #32366
Labels
new-data-source Introduces a new data source. new-resource Introduces a new resource. new-service Introduces a new service. service/codecatalyst Issues and PRs that pertain to the codecatalyst service.

Comments

@stefenAMZ
Copy link

Description

Hi,

I am writing to request support for AWS Code Catalyst resources in Terraform. Currently, there is no support for Code Catalyst resources in Terraform, which makes it difficult to use Terraform to manage Code Catalyst projects.

Code Catalyst is a service that helps developers build, test, and deploy cloud applications more quickly and easily. It provides a number of features that can be helpful for Terraform users, such as:

A centralized repository for storing Terraform modules and configurations
A built-in CI/CD pipeline for testing and deploying Terraform code
A set of tools for managing Terraform state

I believe that adding support for Code Catalyst resources to Terraform would be a valuable addition to the Terraform ecosystem. It would make it easier for Terraform users to take advantage of the features that Code Catalyst provides.

I would be happy to help with the development of this feature. Please let me know if you have any questions.

Thank you,
Stefen Orban

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

aws_codecatalyst_Project
aws_codecatalyst_Space
aws_codecatalyst_AccessToken
aws_codecatalyst_SourceRepositoryBranch
aws_codecatalyst_DevEnvironment

Potential Terraform Configuration

resource "aws_codecatalyst_space" "default" {
  name = "Terraform CodeCatalyst"
  account_id = "111122223333"
}

resource "aws_codecatalyst_project" "default" {
  name = "My Terraform Project"
  space_id = aws_codecatalyst_space.default.id
}

resource "aws_codecatalyst_repo" "default" {
  name = "My Terraform Repository"
  project_id = aws_codecatalyst_project.default.id
  url = "https://github.com/my-username/my-terraform-repo"
}

resource "aws_codecatalyst_environment" "default" {
  name = "My Terraform Environment"
  project_id = aws_codecatalyst_project.default.id
  repo_id = aws_codecatalyst_repo.default.id
  compute_type = "t3.medium"
  memory = 512
  instance_count = 1
}

References

go reference: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/codecatalyst
sdk reference: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codecatalyst/

Would you like to implement a fix?

None

@stefenAMZ stefenAMZ added the needs-triage Waiting for first response or review from a maintainer. label May 9, 2023
@github-actions
Copy link

github-actions bot commented May 9, 2023

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • 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.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@justinretzolk justinretzolk added new-service Introduces a new service. and removed needs-triage Waiting for first response or review from a maintainer. labels May 9, 2023
@markoskandylis
Copy link
Contributor

Thanks for raising this issue we will start working on it :)

@nrajb
Copy link
Contributor

nrajb commented Aug 4, 2023

@ewbankkit just wanted to check as this issue listed other resources for CodeCatalyst and #32366 addressed DevEnvironment only, should we create different issue for other resources?

@nrajb
Copy link
Contributor

nrajb commented Aug 8, 2023

Hi @ewbankkit @justinretzolk 3 PRs ready for review 🙏
#32883
#32886
#32899

FYI: @markoskandylis

@ewbankkit
Copy link
Contributor

@nrajb Thanks 👏.
When those 3 are merged can we close this Issue?

@stefenAMZ
Copy link
Author

This is great thanks everyone

@nrajb
Copy link
Contributor

nrajb commented Aug 8, 2023

@nrajb Thanks 👏. When those 3 are merged can we close this Issue?

Yes, Thank you! will create new issue if/when we have new resources/datasource under this Service.

@ewbankkit ewbankkit added service/codecatalyst Issues and PRs that pertain to the codecatalyst service. new-resource Introduces a new resource. new-data-source Introduces a new data source. labels Aug 8, 2023
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. new-resource Introduces a new resource. new-service Introduces a new service. service/codecatalyst Issues and PRs that pertain to the codecatalyst service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants