terraform-provider-spacelift icon indicating copy to clipboard operation
terraform-provider-spacelift copied to clipboard

Request: spacelift_aws_integrations data source label filter

Open lambchr opened this issue 1 year ago • 1 comments

I can see that some of the other data sources have a labels filter, allowing us to filter which resources come back. The spacelift_aws_integrations resource (link) could be improved by adding this labels filter as well. Below is an example block:

data "spacelift_aws_integrations" "this" {
  labels = ["prod"]
}

lambchr avatar Mar 02 '23 23:03 lambchr