Unlock Your Cloud Potential
Schedule a call with our experts. Discover new technology and get recommendations to improve your performance.
Contact us
Resources
The world of cloud changes quickly. Stay up-to-date with the latest trends & innovation, all explored in our resource library.
Modules naming conventions Based on Hashicorp documentations we should follow general naming conventions for Terraform modules. Based on information above all Terraform modules should follow next ruleset • All source code in git All modules follow naming convention terraform-<PROVIDER>-<NAME>. For example terraform-aws-ec2, terraform-azure-vms, terraform-infoblox-dns etc • All terraform modules should have Unit/Integration tests. For example […]