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
Is your feature request related to a problem? Please describe.
I am attempting to deploy & manager indexed resources using terraform. I am using provider version 2.9.0. Creating the indexed resource using the build name is successful. I would like to add include and exclude patterns. In the documentation there is no mention of patterns.
Ideally I would like to use a pattern (like project-env_**) which will index all the builds that has names starting with the pattern.
Describe alternatives you've considered
The only alternative seems to be add all the build using names explicitly. This will not be efficient as if a new build name is introduced, this is a change in the Terraform code to add that build name.
Alex - Thank you for your response. Do you know if this feature will be available anytime soon?
@bjgpnth I've added builds to the internal feature request ticket. I don't have ETA. I encourage you also contact your JFrog support team and make them aware of this.
Is your feature request related to a problem? Please describe.
I am attempting to deploy & manager indexed resources using terraform. I am using provider version 2.9.0. Creating the indexed resource using the build name is successful. I would like to add include and exclude patterns. In the documentation there is no mention of patterns.
https://registry.terraform.io/providers/jfrog/xray/latest/docs/resources/binary_manager_builds
Describe the solution you'd like
Ideally I would like to use a pattern (like project-env_**) which will index all the builds that has names starting with the pattern.
Describe alternatives you've considered
The only alternative seems to be add all the build using names explicitly. This will not be efficient as if a new build name is introduced, this is a change in the Terraform code to add that build name.
Terraform code that work
Terraform that we like to be able to do
The text was updated successfully, but these errors were encountered: