The Vestack provider is used to interact with many resources supported by Vestack.
The provider needs to be configured with the proper credentials before it can be used.
Use the navigation on the left to read about the available resources.
-> Note: This guide requires an available Vestack account or sub-account with project to create resources.
The Vestack provider offers a flexible means of providing credentials for
authentication. The following methods are supported, in this order, and
explained below:
Static credentials
Environment variables
Static credentials
Static credentials can be provided by adding an public_key and private_key in-line in the
vestack provider block:
You can provide your credentials via VESTACK_ACCESS_KEY and VESTACK_SECRET_KEY
environment variables, representing your vestack public key and private key respectively.
VESTACK_REGION is also used, if applicable:
terraform-provider-vestack
Terraform Provider
Requirements
Vestack Provider
The Vestack provider is used to interact with many resources supported by Vestack. The provider needs to be configured with the proper credentials before it can be used.
Use the navigation on the left to read about the available resources.
-> Note: This guide requires an available Vestack account or sub-account with project to create resources.
Example Usage
Authentication
The Vestack provider offers a flexible means of providing credentials for authentication. The following methods are supported, in this order, and explained below:
Static credentials
Static credentials can be provided by adding an
public_keyandprivate_keyin-line in the vestack provider block:Usage:
Environment variables
You can provide your credentials via
VESTACK_ACCESS_KEYandVESTACK_SECRET_KEYenvironment variables, representing your vestack public key and private key respectively.VESTACK_REGIONis also used, if applicable:Usage: