-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: minor update to the terraform.tfvars file
- Loading branch information
1 parent
587edc5
commit 248ded0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |