Currently, the only Vantage data source to work with existing folders is vantage_folders. This seems to have the issue of not being able to select a specific folders; instead, you have to pull the data source and then loop through the list of folders to find the one you need by title.
On the other hand, we also can't bring an existing vantage_folder into Terraform as a resource because it does not support imports.
This puts us in a bind when working with a folder added manually. We either have to search through a list from a data source or hardcode the folder token.
Currently, the only Vantage data source to work with existing folders is vantage_folders. This seems to have the issue of not being able to select a specific folders; instead, you have to pull the data source and then loop through the list of folders to find the one you need by title.
On the other hand, we also can't bring an existing vantage_folder into Terraform as a resource because it does not support imports.
This puts us in a bind when working with a folder added manually. We either have to search through a list from a data source or hardcode the folder token.