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

[Enhancement]: Filtering for data source aws_servicecatalog_provisioning_artifacts #33909

Open retlawblackhawk opened 11 months ago

retlawblackhawk commented 11 months ago

Description

Requesting the ability to filter data source aws_servicecatalog_provisioning_artifacts in the event of multiple versions returned.

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

data source aws_servicecatalog_provisioning_artifacts

Potential Terraform Configuration

data "aws_servicecatalog_provisioning_artifacts" "example" {
  product_id = "prod-xxxxxxxxx"
  filter {
    name   = "Name"
    values = ["Default"]
  }
}

References

https://github.com/hashicorp/terraform-provider-aws/issues/24362

Would you like to implement a fix?

None

github-actions[bot] commented 11 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue