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
# From the documentation exampleresource"skytap_vm""vm" {
template_id=1473407vm_id=37865463environment_id="${skytap_environment.environment.id}"name="my vm"cpus=2ram=4096os_disk_size=40000network_interface {
interface_type="vmxnet3"network_id="${skytap_network.network.id}"ip="172.128.0.1"hostname="myhost"promiscuous=truepublished_service {
name="ssh"internal_port=22
}
}
}
Debug Output
n/a
Panic Output
n/a
Expected Behavior
I expected that I would be able to set the promiscuous flag on a given network interface.
Actual Behavior
The documentation didn't suggest any such flag was available.
Steps to Reproduce
Create a terraform file that creates a VM in an environment that you want to have promiscuous mode (my use-case is a nested hypervisor and the feature is available on my account.)
Read the documentation.
Feel sad that I have to manually do this step later.
Terraform Version
Terraform v0.12.26
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Proposed feature:
Debug Output
n/a
Panic Output
n/a
Expected Behavior
I expected that I would be able to set the promiscuous flag on a given network interface.
Actual Behavior
The documentation didn't suggest any such flag was available.
Steps to Reproduce
References
Not a GitHub issue, but this flag is straight out of the SkyTap API Network Adapter v2 resource model
The text was updated successfully, but these errors were encountered: