Skip to content

Commit 4b545e4

Browse files
authored
BREAKING CHANGE: upgraded bastion and operator modules to 3.0.0 (#384)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 36bfe11 commit 4b545e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module "vcn" {
3737

3838
module "bastion" {
3939
source = "oracle-terraform-modules/bastion/oci"
40-
version = "3.0.0-RC3"
40+
version = "3.0.0"
4141

4242
tenancy_id = var.tenancy_id
4343
compartment_id = var.compartment_id
@@ -85,7 +85,7 @@ module "bastion" {
8585

8686
module "operator" {
8787
source = "oracle-terraform-modules/operator/oci"
88-
version = "3.0.0-RC8"
88+
version = "3.0.0"
8989

9090
tenancy_id = var.tenancy_id
9191

0 commit comments

Comments
 (0)