Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Description: Enable accelerated networking on the network interface created by t

Type: `bool`

Default: `false`
Default: `true`

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

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
variable "accelerated_networking_enabled" {
description = "Enable accelerated networking on the network interface created by this module. Only applies when create_network_interface is true."
type = bool
default = false
default = true
}

variable "additional_capabilities" {
Expand Down
Loading