Skip to content

This repository provisions and maintains cloud infrastructure services across environments using Terraform.

Notifications You must be signed in to change notification settings

ropereraLK/cloud-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloud-iac

This repository provisions and maintains cloud infrastructure services across environments using Terraform.

cloud-iac/
│
├── modules/
│   ├── vpc/
│   ├── eks/
│   ├── ecs/
│   ├── rds/
│   ├── dynamodb/
│   ├── s3/
│   └── iam/
│
├── env/
│   ├── dev/
│   │   ├── network/
│   │   ├── platform/
│   │   └── services/
│   │       ├── service-a/
│   │       └── service-b/
│   │
│   ├── stg/
│   │   ├── network/
│   │   ├── platform/
│   │   └── services/
│   │
│   └── prod/
│       ├── network/
│       ├── platform/
│       └── services/
│
├── global/
│   ├── iam/
│   └── organization/
│
├── versions.tf
└── README.md

About

This repository provisions and maintains cloud infrastructure services across environments using Terraform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages