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

[Enhancement]: resource for CodeDeploy on-premises Instance #38356

Open
digglife opened this issue Jul 12, 2024 · 2 comments
Open

[Enhancement]: resource for CodeDeploy on-premises Instance #38356

digglife opened this issue Jul 12, 2024 · 2 comments
Labels
new-resource Introduces a new resource. service/deploy Issues and PRs that pertain to the deploy service.

Comments

@digglife
Copy link
Contributor

digglife commented Jul 12, 2024

Description

A new resource for CodeDeploy on-premises Instance

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

N/A

Potential Terraform Configuration

aws_codedeploy_on_premise_instance "instance_host_in_private_cloud" {
  instance_name = "on_premise"
  iam_user_arn  = "arn:aws:iam::account:user/onpremise_user"
  tags          = { Name = "hashicorp" }
}

References

https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_RegisterOnPremisesInstance.html

Would you like to implement a fix?

Yes

@digglife digglife added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 12, 2024
Copy link

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.

@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 12, 2024
@digglife digglife changed the title [Enhancement]: [Enhancement]: resource for CodeDeploy on-premise Instance Jul 12, 2024
@digglife digglife changed the title [Enhancement]: resource for CodeDeploy on-premise Instance [Enhancement]: resource for CodeDeploy on-premises Instance Jul 12, 2024
@justinretzolk justinretzolk added new-resource Introduces a new resource. service/deploy Issues and PRs that pertain to the deploy service. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Jul 16, 2024
@digglife
Copy link
Contributor Author

I can make a PR for this but I don't know if you it's a feature that maintainers want. Could you please kindly review if I implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource Introduces a new resource. service/deploy Issues and PRs that pertain to the deploy service.
Projects
None yet
Development

No branches or pull requests

2 participants