Skip to content

Commit 112b9c7

Browse files
committed
patch version bump
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent ea25d4d commit 112b9c7

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

.terraform.lock.hcl

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.9
1+
0.8.10

outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ output "oke_cluster_ocid" {
3434
output "oke_node_pools" {
3535
value = module.oke_node_pools
3636
}
37+
output "subnets" {
38+
value = module.subnets
39+
}
3740

3841
output "dev" {
3942
value = module.oke.dev

0 commit comments

Comments
 (0)