Skip to content

Commit

Permalink
Create provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Mar 27, 2024
1 parent adbebc2 commit 3b3902e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_providers {
oci = {
source = "oracle/oci"
version = ">= 4.64.0"
}
}
}

provider "oci" {}

0 comments on commit 3b3902e

Please sign in to comment.