hashicorp / packer-plugin-alicloud

Packer plugin for Alibaba Cloud Image Builder
https://www.packer.io/docs/builders/alicloud-ecs
Mozilla Public License 2.0
12 stars 21 forks source link

add doc section for the required_plugins of alicloud #118

Closed robertwenquan closed 1 year ago

robertwenquan commented 1 year ago

The required_plugins section is missing in the doc.

Basically added the short reference for

packer {
  required_plugins {
    alicloud = {
      version = ">= 1.1.0"
      source  = "github.com/hashicorp/alicloud"
    }
  }
}

mostly referenced from https://raw.githubusercontent.com/hashicorp/packer-plugin-jdcloud/main/docs/README.md

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.