Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

terraform.tfvars

Where to get the value from?

tenancy_ocid

In the OCI management console, this is listed on Profile | Tenancy: <tenant-name> | Tenancy Details.

fingerprint

Fingerprint only available after user created the API keys. Refer to private_key_path row in the same table.

In the OCI management console, this is listed on Profile | My Profile | Resources | API keys after API keys being created.

user_ocid

In the OCI management console, this is listed on Profile | My Profile

private_key_path

The full path to your private key file’s filename.

To create and download your private key, go to Profile | My Profile | Resources | API keys, create your API key and click download

region

The region in which you will install your cluster. (for example "eu-frankfurt-1")

cluster_name

A name for your cluster. Cluster names must start with a lowercase letter followed by up to 39 lowercase letters, numbers or hyphens. They can't end with a hyphen. The cluster name must be unique in the project.

domain

Your existing domain name. In the OCI management console, this is the DNS name that is listed on page Networking |DNS management | Zones.

kubernetes_version

version for kubernetes in alpha numeric string (for example “v1.29.1").

oke_num_nodes

Number of cluster nodes in numeric (for example “3”).

oke_availability_domain

Availability domain name for the cluster. (for example "Vafx:EU-FRANKFURT-1-AD-1")

db_password

Choose a secure password for the system database administrator.

Minimum 10 characters.

db_version

Database version in numeric string (for example “14“)

oke_image_id

OCID of the image to be used for worker node instance creation.

To find out available image under your compartment, use command oci ce node-pool-options get --node-pool-option-id all --compartment-id <your compartment ocid> .

db_enabled

Boolean flag to enable database resource creation. It is false by default.

fss_enabled

Boolean flag to enable file storage resource creation. It is false by default. Set to true if persistent file storage is needed.

...