Hi there, I am new to terraform and have a novice question.
I am using this package and have a requirement of deploying multiple sagemaker models (not multiple instances of the same model but completely different configs, purpose, etc)
As I understand I can always create multiple modules in my main.tf each with single endpoint configs (model, endpoint, config).
Question1: Is the above the right way?
Question2: If not, is there a way that I only create one module and can somehow have different configs and loop through them for instantiation using this package?
Question 3: If not, should I be writing my own resources to support this use case?
TIA
Hi there, I am new to terraform and have a novice question.
I am using this package and have a requirement of deploying multiple sagemaker models (not multiple instances of the same model but completely different configs, purpose, etc)
As I understand I can always create multiple modules in my
main.tfeach with single endpoint configs (model, endpoint, config).Question1: Is the above the right way?
Question2: If not, is there a way that I only create one module and can somehow have different configs and loop through them for instantiation using this package?
Question 3: If not, should I be writing my own resources to support this use case?
TIA