Skip to content

Latest commit

 

History

History
1715 lines (872 loc) · 60.9 KB

oci.md

File metadata and controls

1715 lines (872 loc) · 60.9 KB
layout title type resource
resource
oci
provider
oci

Index

Example Usage

provider "oci" {
  version = "4.21.0"

  # auth - (optional) is a type of string
  auth = null
  # config_file_profile - (optional) is a type of string
  config_file_profile = null
  # disable_auto_retries - (optional) is a type of bool
  disable_auto_retries = null
  # fingerprint - (optional) is a type of string
  fingerprint = null
  # private_key - (optional) is a type of string
  private_key = null
  # private_key_password - (optional) is a type of string
  private_key_password = null
  # private_key_path - (optional) is a type of string
  private_key_path = null
  # region - (optional) is a type of string
  region = null
  # retry_duration_seconds - (optional) is a type of number
  retry_duration_seconds = null
  # tenancy_ocid - (optional) is a type of string
  tenancy_ocid = null
  # user_ocid - (optional) is a type of string
  user_ocid = null
}

top

Resources

top

Datasources

top