Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manoj-m-01/terraform-module-aws_vpc

Custom Terraform VPC modules. They are created to encapsulate connected components that are used and deployed together frequently in bigger projects. They are self-contained, bundling only the resources, variables, and providers they need.
https://github.com/manoj-m-01/terraform-module-aws_vpc

aws iac terraform terraform-module

Last synced: 1 day ago
JSON representation

Custom Terraform VPC modules. They are created to encapsulate connected components that are used and deployed together frequently in bigger projects. They are self-contained, bundling only the resources, variables, and providers they need.

Awesome Lists containing this project

README

        

# Usage
This module is used in

https://github.com/MANOJ-M-01/Terraform-Project-Structure/tree/main/v3/envs/dev/vpc

```sh
git add .
git commit -m "update vpc module"
git tag 0.1.0
git push origin main --tags
```

How to use in Terraform

```yaml
source = "[email protected]:MANOJ-M-01/Terraform-Module-AWS_VPC.git?ref=0.1.0"
# (or)
source = "github.com/MANOJ-M-01/Terraform-Module-AWS_VPC?ref=0.1.0"
```