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

Request: spacelift_aws_integrations data source label filter #432

Open
lambchr opened this issue Mar 2, 2023 · 1 comment
Open

Request: spacelift_aws_integrations data source label filter #432

lambchr opened this issue Mar 2, 2023 · 1 comment

Comments

@lambchr
Copy link

lambchr commented Mar 2, 2023

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
Copy link
Author

lambchr commented Mar 2, 2023

There seem to be a few data sources that get multiple spacelift resources, it would probably make sense if all of these had the label filter to provider a consistent experience with the provider. I was surprised when I saw one on spacelift_policies but not on spacelift_aws_integrations.

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

1 participant