Skip to content

Commit

Permalink
feat: networking module - bump to v3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Pham <thomas.pham@sicpa.com>
  • Loading branch information
thpham authored and hyder committed Nov 28, 2023
1 parent 4c66621 commit 3d96325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| <a name="module_network"></a> [network](#module\_network) | ./modules/network | n/a |
| <a name="module_operator"></a> [operator](#module\_operator) | ./modules/operator | n/a |
| <a name="module_utilities"></a> [utilities](#module\_utilities) | ./modules/utilities | n/a |
| <a name="module_vcn"></a> [vcn](#module\_vcn) | oracle-terraform-modules/vcn/oci | 3.5.4 |
| <a name="module_vcn"></a> [vcn](#module\_vcn) | oracle-terraform-modules/vcn/oci | 3.6.0 |
| <a name="module_workers"></a> [workers](#module\_workers) | ./modules/workers | n/a |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion module-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
module "vcn" {
count = var.create_vcn ? 1 : 0
source = "oracle-terraform-modules/vcn/oci"
version = "3.5.5"
version = "3.6.0"
compartment_id = coalesce(var.network_compartment_id, local.compartment_id)

# Standard tags as defined if enabled for use, or freeform
Expand Down

0 comments on commit 3d96325

Please sign in to comment.