File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 33
44module "vcn" {
55 source = " oracle-terraform-modules/vcn/oci"
6- version = " 1 .0.3 "
6+ version = " 2 .0.0-RC1 "
77
88 # provider parameters
99 region = var. oci_base_provider . region
@@ -24,7 +24,7 @@ module "vcn" {
2424
2525module "bastion" {
2626 source = " oracle-terraform-modules/bastion/oci"
27- version = " 1 .0.7 "
27+ version = " 2 .0.0-RC1 "
2828
2929 # provider identity parameters
3030 api_fingerprint = var. oci_base_provider . api_fingerprint
@@ -68,7 +68,7 @@ module "bastion" {
6868
6969module "operator" {
7070 source = " oracle-terraform-modules/operator/oci"
71- version = " 1 .0.15 "
71+ version = " 2 .0.0-RC1 "
7272
7373 # provider identity parameters
7474 api_fingerprint = var. oci_base_provider . api_fingerprint
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ oci = {
4+ source = " hashicorp/oci"
5+ }
6+ template = {
7+ source = " hashicorp/template"
8+ }
9+ }
10+ required_version = " >= 0.13"
11+ }
You can’t perform that action at this time.
0 commit comments