A todo list application showing how you can provision external resources (like an AWS S3 bucket in this case) your application might need with Okteto using Terraform.
- Create the following Okteto secrets with your AWS account values.
AWS_ACCESS_KEY_ID
AWS_REGION
AWS_SECRET_ACCESS_KEY
Note: Make sure this user has the permissions to create S3 buckets.
- Deploy the application from the UI using the Git URL (https://github.com/okteto/oktetodo-terraform-s3) option or clone the repo and run
okteto deploy
orokteto up
.