Packer
Tencent Cloud
@hashicorp
The Tencent Cloud plugin provides the capability to build customized images based on an existing base images.
- Community
- Archived
Updated 2 years ago
- GitHub(opens in new tab)
Tencent Cloud
The Tencent Cloud plugin provides the capability to build customized images based on an existing base images.
Installation
To install this plugin add this code into your Packer configuration and run packer init
packer {
required_plugins {
tencentcloud = {
version = "~> 1"
source = "github.com/hashicorp/tencentcloud"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
packer plugins install github.com/hashicorp/tencentcloud
Components
Builders
- tencentcloud-cvm - The
tencentcloud-cvm
builder plugin provides the capability to build customized images based on an existing base images.