hashicorp / packer-plugin-tencentcloud

Packer plugin for Tencent Cloud Image Builder
https://www.packer.io/docs/builders/tencentcloud-cvm
Mozilla Public License 2.0
8 stars 12 forks source link

Implement "enhanced_service" block #135

Open Jalle19 opened 17 hours ago

Jalle19 commented 17 hours ago

Fixes https://github.com/hashicorp/packer-plugin-tencentcloud/issues/134

Adds support for customizing the "EnhancedService" block when launching instances.

source "tencentcloud-cvm" "source" {
  # ...

  enhanced_service {
    automation_service = true
    monitor_service= true
    security_service = false
  }
}

If the block is omitted, behavior remains unchanged (default values are used internally when the instance is launched).