Skip to content

Commit de94751

Browse files
committed
version bump
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent 44fa819 commit de94751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2
1+
0.8.3

examples/basic-cluster/oke.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ module "oke-quickstart" {
2121
node_pool_instance_shape_1 = { "instanceShape" = "VM.Standard.E4.Flex", "ocpus" = 2, "memory" = 64 } # If not using a Flex shape, ocpus and memory are ignored
2222

2323
# VCN for OKE arguments
24-
vcn_cidr_blocks = "10.20.0.0/16"
24+
vcn_cidr_blocks = "10.22.0.0/16"
2525
}

0 commit comments

Comments
 (0)