Skip to content

Commit

Permalink
Update to latest terraform provider (5.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudfroidmont committed Jun 14, 2023
1 parent 1ba9b90 commit b763575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoscaling/tf_init/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "4.115.0"
version = "5.1.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "4.115.0"
version = "5.1.0"
}
}
}

0 comments on commit b763575

Please sign in to comment.