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
- Host: GitHub
- URL: https://github.com/sonufrienko/terraform-cloud
- Owner: sonufrienko
- License: mit
- Created: 2022-06-26T10:10:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T07:42:15.000Z (over 3 years ago)
- Last Synced: 2026-05-01T01:33:01.822Z (2 months ago)
- Topics: api-gateway, aws, lambda, mongodb-atlas, terraform
- Language: HCL
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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"
```