Skip to content

Commit 451b2db

Browse files
committed
Set provider version
1 parent 9b05ce0 commit 451b2db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/provider.tf

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
terraform {
2+
required_providers {
3+
oci = {
4+
source = "oracle/oci"
5+
version = ">= 4.64.0"
6+
}
7+
}
8+
}
9+
110
provider "oci" {
211
tenancy_ocid = var.tenancy_ocid
312
user_ocid = var.user_ocid

0 commit comments

Comments
 (0)