terraform-provider-spacelift
terraform-provider-spacelift copied to clipboard
Request: spacelift_aws_integrations data source label filter
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"]
}