Skip to content
/ IaC Public

Repo for Infrastructure as Code projects and items.

Notifications You must be signed in to change notification settings

zMynxx/IaC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IaC

Repo for Infrastructure as Code projects and items.

.
├── README.md
└── Terraform
    ├── bak
    │   └── tags.tf
    ├── main.tf
    ├── modules
    │   ├── open-vpn
    │   │   ├── ansible.tf
    │   │   ├── ec2.tf
    │   │   ├── outputs.tf
    │   │   ├── variables.tf
    │   │   └── vpc.tf
    │   └── vpc-peering
    │       ├── data.tf
    │       ├── main.tf
    │       ├── routes.tf
    │       └── variables.tf
    ├── providers.tf
    ├── terraform.tfstate
    ├── terraform.tfstate.backup
    └── vars
        └── test.vsl-labs.tfvars

6 directories, 16 files

About

Repo for Infrastructure as Code projects and items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages