Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/728849a9e1fae0f034901a7f10eff63b to your computer and use it in GitHub Desktop.
Save recursivecodes/728849a9e1fae0f034901a7f10eff63b to your computer and use it in GitHub Desktop.
provider.tf
provider "oci" {
  tenancy_ocid = ""    
  user_ocid = ""
  private_key_path = ""
  private_key_password = ""
  fingerprint = ""
  region = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment