Skip to content

A repo containing reusable Terraform modules, mostly used in our CI tests

License

Notifications You must be signed in to change notification settings

KangarooKube/terraform-infrastructure-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Infrastructure modules

Fairly matured Terraform modules that are used for automated testing throughout other projects.

.
├── examples                            # Example modules that are ready to call
│   ├── aks-rbac-no
│   ├── aks-rbac-yes
│   └── kustomize                       # Sample Nginx deployment with LoadBalancer for automated tests
├── LICENSE
├── modules                             # Core modules
│   ├── kubernetes
│   ├── misc
│   └── monitoring
├── README.md
└── test                                # CI tests using Terratest and Kustomize
    ├── aks_rbac_yes_example_test.go
    ├── go.mod
    ├── go.sum
    ├── k8s_helper.go
    ├── README.md
    └── test_helpers.go

About

A repo containing reusable Terraform modules, mostly used in our CI tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published