Welcome to the Standard Platform — a suite of reusable and production-ready Terraform modules purpose-built for AWS environments. Each module encapsulates best practices, security configurations, and sensible defaults to simplify and standardize infrastructure provisioning across projects.
The Terraform wrapper for CloudMap simplifies the configuration of the CloudMap / ServiceDiscovery service in the AWS cloud. This wrapper functions as a predefined template, facilitating the creation and management of the CloudMap service by handling all the technical details.cloudmap_parameters = {
"project1.${local.zone_internal}" = {}
"project2.${local.zone_internal}" = {}
}
# Deberia venir como output del modulo de wrapper_vpc.
vpc_id = module.wrapper_vpc.vpc.vpc_id
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | Define the domain name, using the key of each entry in the map. | any |
{} |
no |
vpc_id | Specifies the identifier of the VPC associated with the zone if it is private. | string |
"" |
no |
tags | A map of tags to assign to resources. | map |
{} |
no |
We welcome contributions! Please see our contributing guidelines for more details.
- 📧 Email: [email protected]
We are focused on Cloud Engineering, DevOps, and Infrastructure as Code. We specialize in helping companies design, implement, and operate secure and scalable cloud-native platforms.
- 🌎 www.gocloud.la
- ☁️ AWS Advanced Partner (Terraform, DevOps, GenAI)
- 📫 Contact: [email protected]
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.