-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).blockedThe issue cannot be resolved without 3rd party action.The issue cannot be resolved without 3rd party action.kind/enhancementImprovements or new featuresImprovements or new features
Description
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
There is no way to add host under a host type folder right now. Only datacenter and cluster are supported.
class Host(pulumi.CustomResource):
@overload
def __init__(__self__,
resource_name: str,
opts: Optional[pulumi.ResourceOptions] = None,
cluster: Optional[pulumi.Input[str]] = None,
cluster_managed: Optional[pulumi.Input[bool]] = None,
connected: Optional[pulumi.Input[bool]] = None,
datacenter: Optional[pulumi.Input[str]] = None,
force: Optional[pulumi.Input[bool]] = None,
hostname: Optional[pulumi.Input[str]] = None,
license: Optional[pulumi.Input[str]] = None,
lockdown: Optional[pulumi.Input[str]] = None,
maintenance: Optional[pulumi.Input[bool]] = None,
password: Optional[pulumi.Input[str]] = None,
thumbprint: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
__props__=None):Affected area/feature
Pulumi vSphere
Metadata
Metadata
Assignees
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).blockedThe issue cannot be resolved without 3rd party action.The issue cannot be resolved without 3rd party action.kind/enhancementImprovements or new featuresImprovements or new features