Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "enhanced_service" block #135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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