An open API service indexing awesome lists of open source software.

https://github.com/sonufrienko/terraform-cloud

ApiGateway, Lambda and MongoDB Atlas with Terraform
https://github.com/sonufrienko/terraform-cloud

api-gateway aws lambda mongodb-atlas terraform

Last synced: 19 days ago
JSON representation

ApiGateway, Lambda and MongoDB Atlas with Terraform

Awesome Lists containing this project

README

          

![](banner.png)

# Terraform

## Commands

terraform init
terraform validate
terraform plan
terraform apply
terraform show
terraform state list
terraform output
terraform destroy

## Featuers

- file structure
- workspace

## Services

## Deploy

```
terraform init
terraform apply -var db_pass="secret#code"
```