Viewing docs for vmc 1.15.8
published on Tuesday, Mar 24, 2026 by vmware
published on Tuesday, Mar 24, 2026 by vmware
Vmc Provider
I want to use the Pulumi vmc package (vmc) in my project.
## Provider details
- Package: vmc
- Version: 1.15.8
- Publisher: vmware
- Source: opentofu
- Repository: https://github.com/vmware/terraform-provider-vmc
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/opentofu/vmware/vmc/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/opentofu/vmware/vmc/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/opentofu/vmware/vmc/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/opentofu/vmware/vmc/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for vmc 1.15.8
published on Tuesday, Mar 24, 2026 by vmware
published on Tuesday, Mar 24, 2026 by vmware
Generate Provider
The Vmc provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider vmware/vmc
Overview
In order to use the provider you need to obtain the authentication token from the Cloud Service Provider by providing the org scoped API token. The provider client uses Cloud Service Provider (CSP) API to exchange this org scoped API token/OAuth App ID and Secret for user access token.
Refer to the provider documentation for information on all of the resources and functions supported by this provider. Each includes a detailed description of the purpose and how to use it.
Configuration Reference
The following arguments are used to configure the provider:
apiToken- (Required, in conflict withclientIdandclientSecret) API token is used to authenticate when calling VMware Cloud Services APIs. This token is scoped within the organization.clientId- (Required in pair withclientSecret, in conflict withapiToken) ID of OAuth App associated with the organization. The combination with “clientSecret” is used to authenticate when calling VMware Cloud Services APIs.clientSecret- (Required in pair withclientId, in conflict withapiToken) Secret of OAuth App associated with the organization. The combination with “clientId” is used to authenticate when calling VMware Cloud Services APIs.orgId- (Required) Organization Identifier.vmcUrl- (Optional) VMware Cloud on AWS URL. Default: https://vmc.vmware.comcspUrl- (Optional) Cloud Service Provider URL. Default: https://console.cloud.vmware.com
Viewing docs for vmc 1.15.8
published on Tuesday, Mar 24, 2026 by vmware
published on Tuesday, Mar 24, 2026 by vmware
