Skip to content

Commit 2c9181f

Browse files
alexng-canuckdshelbyo
authored andcommitted
Remove Standard1.1 usage in preference to Standard2.1
Standard1.1 is no longer going to be supported.
1 parent 9e58a5b commit 2c9181f

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

docs/examples/compute/boot_volume/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "availability_domain" {
1414
}
1515

1616
variable "instance_shape" {
17-
default = "VM.Standard1.1"
17+
default = "VM.Standard2.1"
1818
}
1919

2020
variable "instance_image_ocid" {

docs/examples/compute/console_connection/console_connection.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "instance_image_ocid" {
2727
}
2828

2929
variable "instance_shape" {
30-
default = "VM.Standard1.1"
30+
default = "VM.Standard2.1"
3131
}
3232

3333
provider "oci" {

docs/examples/compute/extended_metadata/extended_metadata.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "instance_image_ocid" {
2828
}
2929

3030
variable "instance_shape" {
31-
default = "VM.Standard1.1"
31+
default = "VM.Standard2.1"
3232
}
3333

3434
provider "oci" {

docs/examples/compute/image/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "availability_domain" {
1313
}
1414

1515
variable "instance_shape" {
16-
default = "VM.Standard1.1"
16+
default = "VM.Standard2.1"
1717
}
1818

1919
variable "ImageOS" {

docs/examples/compute/instance/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "availability_domain" {
3030
}
3131

3232
variable "instance_shape" {
33-
default = "VM.Standard1.1"
33+
default = "VM.Standard2.1"
3434
}
3535

3636
variable "instance_image_ocid" {

docs/examples/compute/instance_pool/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "region" {}
77
variable "compartment_ocid" {}
88

99
variable "instance_shape" {
10-
default = "VM.Standard1.1"
10+
default = "VM.Standard2.1"
1111
}
1212

1313
variable "instance_image_ocid" {

docs/examples/compute/multi_vnic/multi_vnic.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variable "availability_domain" {
1616
}
1717

1818
variable "instance_shape" {
19-
default = "VM.Standard1.1"
19+
default = "VM.Standard2.1"
2020
}
2121

2222
variable "instance_image_ocid" {

docs/examples/compute/private_ip/private_ip.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "availability_domain" {
1414
}
1515

1616
variable "instance_shape" {
17-
default = "VM.Standard1.1"
17+
default = "VM.Standard2.1"
1818
}
1919

2020
variable "instance_image_ocid" {

docs/examples/compute/windows/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "availability_domain" {
4343
}
4444

4545
variable "instance_shape" {
46-
default = "VM.Standard1.1"
46+
default = "VM.Standard2.1"
4747
}
4848

4949
variable instance_image_ocid {

docs/examples/container_engine/cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "node_pool_node_image_name" {
4747
}
4848

4949
variable "node_pool_node_shape" {
50-
default = "VM.Standard1.1"
50+
default = "VM.Standard2.1"
5151
}
5252

5353
variable "node_pool_quantity_per_subnet" {

0 commit comments

Comments
 (0)