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.
We are defining the cloud_provider and then having to specify it in again under other schema inputs and think the provider should handle this instead.
For example:
Describe the solution you'd like
I think we should remove the cloud provider prefixes or hide it from the user and reuse cloud_provider.
Describe alternatives you've considered
With edb-terraform, we use jinja for templating and so we could hide some of this from the user with mappings and/or string concatenation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are defining the
cloud_provider
and then having to specify it in again under other schema inputs and think the provider should handle this instead.For example:
Here we define
azure:Standard_D2s_v3
andazurepremiumstorage
Here we define
aws:c5.large
Describe the solution you'd like
I think we should remove the cloud provider prefixes or hide it from the user and reuse
cloud_provider
.Describe alternatives you've considered
With edb-terraform, we use jinja for templating and so we could hide some of this from the user with mappings and/or string concatenation.
The text was updated successfully, but these errors were encountered: