Skip to content

Commit 61c1a8e

Browse files
committed
feat: set accelerated_networking_enabled to true by default
Signed-off-by: christianjedro <cj@cloudeteer.de>
1 parent e54da63 commit 61c1a8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Description: Enable accelerated networking on the network interface created by t
207207

208208
Type: `bool`
209209

210-
Default: `false`
210+
Default: `true`
211211

212212
### <a name="input_additional_capabilities"></a> [additional\_capabilities](#input\_additional\_capabilities)
213213

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ locals {
1616
variable "accelerated_networking_enabled" {
1717
description = "Enable accelerated networking on the network interface created by this module. Only applies when create_network_interface is true."
1818
type = bool
19-
default = false
19+
default = true
2020
}
2121

2222
variable "additional_capabilities" {

0 commit comments

Comments
 (0)