Skip to content

Commit 1c07952

Browse files
Fix the OCI provider bug by setting the version.
1 parent d45c707 commit 1c07952

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoscaling/tf_init/versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ terraform {
33
required_providers {
44
oci = {
55
source = "oracle/oci"
6+
version = "4.79.0"
67
}
78
}
89
}

versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ terraform {
33
required_providers {
44
oci = {
55
source = "oracle/oci"
6+
version = "4.79.0"
67
}
78
}
89
}

0 commit comments

Comments
 (0)