While manually provisioning a single server is simple, scaling your application and business can lead to repetitive and time-consuming tasks.
Healthstack was created to make infrastructure provisioning efficient, tested, and reliable for your application. Just include the module (we’re open source), input your parameters, apply, and you’re ready to build. It’s that simple.
module "vpn" {
source = "github.com/the-momentum/
healthstack.git//aws-vpn/module"
organization_name = "Momentum"
vpn_domain = "vpn.myvpn.com"
vpc_id = "vpc-123123"
subnet_ids = [
"subnet-123123",
"subnet-456456",
]
client_cidr_block = "10.100.0.0/22"
target_network_cidr = "172.31.0.0/16"
tags = {
Environment = "test"
}
}
Healthstack provides thoroughly tested and well-maintained packages that deliver reliable and secure infrastructure without requiring extensive documentation review. It automatically generates resources and facilitates straightforward access to new infrastructure in a secure manner. It promotes efficient collaboration among developers and ensures seamless replication when deploying to production environments.
Explore the answers to common queries and make the most of your Healthstack experience.
Leave us your message and we’ll get back to you!