Storage Connector configuration - support for specifying multiple s3 buckets in the instance profile policy (hopsworksai_aws_instance_profile_policy
)
#175
Labels
hopsworksai_aws_instance_profile_policy
)
#175
Is your feature request related to a problem? Please describe.
I'd like to have the ability to specify more than 1 bucket for the instance profile generated by Terraform.
Describe the solution you'd like
Suggestion/idea: maybe your Terraform helper should specify a variable that is a list of strings 🤔 ?
Something like that:
A proper place where that could be implemented is here I guess.
Describe alternatives you've considered
No alternative solutions were considered. For now I have implemented it on my own by adding a new
inline_policy
block:Additional context
The desired effect that I want to achieve is to configure a S3 storage connector. In the past I used to manually tweak the instance profile policy, but now we rely fully on Terraform - if I do that, it could break the tfstate
The text was updated successfully, but these errors were encountered: