NutanixPublisher creates one Nutanix VM per publisher name.
Inputs
Required: clusterUuid and tenantUrl plus apiToken unless registrations is provided.
Optional platform inputs: imageUuid, subnetUuid, numVCpus, numCoresPerVcpu, and memorySizeMib.
Image and bootstrap behavior
Use an Ubuntu 22.04 image UUID when setting imageUuid. The component uses Nutanix guest customization and passes base64 cloud-init as user data.
Outputs
publisherNames and secret publishers, keyed by publisher name.
Pulumi CLI
1 2 3 4 5 6
pulumi config set nutanix:endpoint prism.example.com pulumi config set nutanix:username admin pulumi config set nutanix:password --secret pulumi config set netskope:tenantUrl https://tenant.goskope.com pulumi config set netskope:apiToken --secret pulumi up