Currently we have hard coded the region as a variable in the variables.tf file. This was originally done for the ease of development. However, we need to provide a prompt from the CLI to ask the user what region they want to deploy their application in.
Currently we have hard coded the region as a variable in the
variables.tffile. This was originally done for the ease of development. However, we need to provide a prompt from the CLI to ask the user what region they want to deploy their application in.