jzbruno / terraform-aws-lex-examples

Amazon Lex Bot examples from the AWS console implemented with the Terraform AWS Provider
8 stars 12 forks source link

terraform-aws-lex-examples

This repo contains Terraform config for deploying the example Amazon Lex Bots.

Requirements

Examples

  1. 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
  2. Choose an example.

    cd terraform-aws-lex-examples
    cd book-trip
  3. Update _provider.tf with your AWS account configuration.

  4. Init Terraform.

    terraform init
  5. Apply the config.

    terraform apply