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.74k stars 9.1k forks source link

AWS CodeArtifact Package Group Configuration #36528

Open ewbankkit opened 5 months ago

ewbankkit commented 5 months ago

Today, AWS announces the general availability of Package Group Configuration in AWS CodeArtifact.

Requires AWS SDK for Go v1.51.5: https://github.com/hashicorp/terraform-provider-aws/pull/36521.

Potential Terraform Configuration


resource "aws_codeartifact_package_group" "example" {
  domain = aws_codeartifact_domain.example.domain

  ...
}
github-actions[bot] commented 5 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

mungojam commented 1 month ago

I'm going to have a go at this one as it would really streamline our package management. It's my first time working in Go and in my spare time, so I may not get anywhere for a while.