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

Resource for AWS service connections from Azure DevOps #69

Closed
coffeedome opened this issue Jul 10, 2020 · 1 comment
Closed

Resource for AWS service connections from Azure DevOps #69

coffeedome opened this issue Jul 10, 2020 · 1 comment

Comments

@coffeedome
Copy link

coffeedome commented Jul 10, 2020

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 "me too" comments, 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

Feature request: Currently using AWS service connections from Azure DevOps. It would be great if we could provision AWS service connections via this provider. It can get tough to provision these connections consistently and scalably.

New or Affected Resource(s)

Net new resource similar to existing service endpoints that terraform-provider-azuredevops has.

  • azuredevops_0.0.1

Potential Terraform Configuration

resource "azuredevops_serviceendpoint_aws" "serviceendpoint" {
  access_key_id               = "aws_access_key_id"
  secret_access_key_id    = "aws_secret_access_key_id"
  session_token               = "aws_session_token" (optional)
  role_to_assume             = "aws_arn_iam_role_to_assume"  (optional)
  external_id                    = "external_id" (optional)
  service_connection_name = "service_connection_name"
  description           = "test" (optional)
  grant_access_all_pipelines  = boolean (default true)
}

References

Screenshot below of Azure DevOps AWS Service Connection:
image

  • #0000
@xuzhang3
Copy link
Collaborator

Hi @estebanes22 aws_service_connection has been implemented by @phillebaba. You can find the PR and issue here. I closing this issue as this is a duplicate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants