This repo contains Terraform config for deploying the example Amazon Lex Bots.
- BookTrip
- OrderFlowers
- ScheduleAppointment
- Terraform 0.12.x
- Terraform AWS Provider 3.10.0+
-
Clone examples repo
mkdir -p $GOPATH/src/github.com/jzbruno cd $GOPATH/src/github.com/jzbruno git clone git@github.com:jzbruno/terraform-aws-lex-examples.git
-
Choose an example.
cd terraform-aws-lex-examples cd book-trip
-
Update
_provider.tf
with your AWS account configuration. -
Init Terraform.
terraform init
-
Apply the config.
terraform apply