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
vRA version
v8
Terraform version
v0.14.9
terraform-provider-vra plugin version
v0.3.5
Is your feature request related to a problem? Please describe.
Current examples of storage profiles show only a single-profile use-case while in real environments it's needed to manage multiple storage profiles. Each storage profile relies on the vra_fabric_datastore_vsphere and vra_fabric_storage_policy_vsphere data sources so you need to keep track of three different loops and create some connections between them which makes the code heavier and more error-prone. For example, this is the workaround we have to use:
Describe the solution you'd like
It would be great if it was possible to set the datastore name and policy within the vra_storage_profile resource definition, for example:
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
vRA version
v8
Terraform version
v0.14.9
terraform-provider-vra plugin version
v0.3.5
Is your feature request related to a problem? Please describe.
Current examples of storage profiles show only a single-profile use-case while in real environments it's needed to manage multiple storage profiles. Each storage profile relies on the
vra_fabric_datastore_vsphere
andvra_fabric_storage_policy_vsphere
data sources so you need to keep track of three different loops and create some connections between them which makes the code heavier and more error-prone. For example, this is the workaround we have to use:Describe the solution you'd like
It would be great if it was possible to set the datastore name and policy within the
vra_storage_profile
resource definition, for example:The text was updated successfully, but these errors were encountered: