Skip to content

Commit a079632

Browse files
authored
Merge pull request #35 from oracle-devrel/develop
Update provider.tf
2 parents 1feda9e + 733f50c commit a079632

File tree

1 file changed

+2
-2
lines changed
  • cd3_automation_toolkit/user-scripts/terraform

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/user-scripts/terraform/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
oci = {
2020
source = "hashicorp/oci"
21-
version = ">= 4.0.0"
21+
version = "4.107.0"
2222
}
2323
}
2424
}
@@ -44,4 +44,4 @@ terraform {
4444
force_path_style = true
4545
}
4646
}
47-
*/
47+
*/

0 commit comments

Comments
 (0)