airy icon indicating copy to clipboard operation
airy copied to clipboard

Customize AWS and Minikube Terraform Install with the same input parameters as CLI and outputs

Open armanjindal opened this issue 1 year ago • 1 comments

The current CLI allows users to configure the AWS installation by passing in their own:

  1. VPC ID
  2. Instance Types of the Node Cluster

On successful creation, the CLI outputs the following URLs:

  1. Host URL
  2. API
  3. NGROK

This functionality needs to be replicated in the Terraform installation modules and install.sh script.

armanjindal avatar Jul 11 '22 09:07 armanjindal

For Minikube, these variables are: profile, driver, cpus, memory, nodeport.

ljupcovangelski avatar Aug 08 '22 15:08 ljupcovangelski