You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
}
The text was updated successfully, but these errors were encountered:
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.
I can see that some of the other data sources have a
labels
filter, allowing us to filter which resources come back. Thespacelift_aws_integrations
resource (link) could be improved by adding thislabels
filter as well. Below is an example block:The text was updated successfully, but these errors were encountered: