Skip to content

Implement "enhanced_service" block#135

Open
Jalle19 wants to merge 2 commits into
hashicorp:mainfrom
Jalle19:enhanced
Open

Implement "enhanced_service" block#135
Jalle19 wants to merge 2 commits into
hashicorp:mainfrom
Jalle19:enhanced

Conversation

@Jalle19
Copy link
Copy Markdown

@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