Skip to content

Commit

Permalink
docs: minor update to the terraform.tfvars file
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Nov 14, 2023
1 parent 587edc5 commit 248ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/pack-tf/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cluster_cloud_account_aws_name = "REPLACE ME" # Name of the cloud account added to your Palette project settings
aws_region_name = "REPLACE ME" # Use "us-east-1" or any other AWS region
aws_az_names = [] # Specify the AWS availability zone name, you want the cluster to be available in. By default, only one AZ will be selected. For example: ['us-east-1a', 'us-east-1b', 'us-east-1c'].
aws_az_names = [] # Specify the AWS availability zone name in which you want the cluster to be available. By default, only one AZ will be selected. For example: ['us-east-1a', 'us-east-1b', 'us-east-1c'].
ssh_key_name = "REPLACE ME" # Name of the SSH key available in the region where you will deploy the cluster
private_pack_registry = "REPLACE ME" # Your registry server name. This tutorial uses "private-pack-registry".
use_oci_registry = true # Set the use of OCI registry to true or false. The default value is set as true.

0 comments on commit 248ded0

Please sign in to comment.