Skip to content

Commit 583971f

Browse files
authored
Merge pull request #47 from oracle-devrel/develop
Automation Toolkit Release v10.2
2 parents 452c569 + 8498c16 commit 583971f

File tree

1 file changed

+1
-1
lines changed
  • cd3_automation_toolkit/user-scripts/terraform/modules/compute/instance

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/user-scripts/terraform/modules/compute/instance/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ variable "is_consistent_volume_naming_enabled" {
236236
variable "network_type" {
237237
type = string
238238
description = "Emulation type for the physical network interface card (NIC)"
239-
default = null
239+
default = "PARAVIRTUALIZED"
240240
}
241241

242242
variable "remote_data_volume_type" {

0 commit comments

Comments
 (0)