Skip to content

Conversation

Jalle19
Copy link

@Jalle19 Jalle19 commented Oct 25, 2024

Fixes #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).

Fixes hashicorp#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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying values for "EnhancedService"
1 participant