Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
Added vars
  • Loading branch information
AdmiraalA committed Apr 2, 2024
1 parent c25d694 commit 511e63b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ terraform {
}
}

provider "oci" {}
provider "oci" {
tenancy_ocid = var.tenancy_ocid
user_ocid = var.user_ocid
private_key = var.private_key
fingerprint = var.fingerprint
region = var.region
}

0 comments on commit 511e63b

Please sign in to comment.