Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Last active April 24, 2020 09:14
Show Gist options
  • Save sw-samuraj/d93b9f4aeb7dcaf537b8a6f37c4c1db4 to your computer and use it in GitHub Desktop.
Save sw-samuraj/d93b9f4aeb7dcaf537b8a6f37c4c1db4 to your computer and use it in GitHub Desktop.
provider "oci" {
version = "~> 3.72"
tenancy_ocid = var.tenancy_ocid
user_ocid = var.user_ocid
fingerprint = var.fingerprint
private_key_path = var.private_key_path
region = var.region
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment