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
Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
Do not leave "+1" or other comments that do not add relevant information or questions.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
I am configuring the vmk of a host with "vsphere_vnic" and when I want to configure the services it tells me that it only accepts ["vsan" "vmotion" "management"].
│ Error: expected services.1 to be one of ["vsan" "vmotion" "management"], got vSphereBackupNFC
│
│ with vsphere_vnic.vmk_mgmt,
│ on networks.tf line 176, in resource "vsphere_vnic" "vmk_mgmt":
│ 176: services = [
│ 177: "management",
│ 178: "vSphereBackupNFC",
│ 179: "vSphereReplication",
│ 180: "vSphereReplicationNFC"
│ 181: ]
Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. 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!
Community Guidelines
Description
I am configuring the vmk of a host with "vsphere_vnic" and when I want to configure the services it tells me that it only accepts ["vsan" "vmotion" "management"].
Use Case(s)
Create a cluster
Potential Terraform Provider Configuration
References
#1594
The text was updated successfully, but these errors were encountered: