Login to AWS using the AWS CLI so that Terraform can use the credentials to create resources. Follow AWS guide on configuration options for AWS CLI.
The entrypoint for this repository is in the file configuration/defaults.conf
which stores necessary environment variables used by Taskfile to orchestrate and apply the changes using Terraform. Change these values according to your project configuration,
XPLORERS_ARTIFACTS_BUCKET_NAME
- Bucket to use to store artifacts and terraform state informationXPLORERS_ARTIFACTS_BUCKET_TERRAFORM_PREFIX
- Bucket prefix to store terraform state informationXPLORERS_OPENAI_SLACK_CHANNEL_ID
- Slack channel ID to use for OpenAI interactionTF_WORKSPACE
- Terraform workspace to use. Defaults todev
.AZURE_OPENAI_DEPLOYMENT_ID
- Azure OpenAI deployment ID to use. See OpenAI setup for details.