bootstrap
bayudwiyansatria/bootstrap/docker
Terraform module to Installing docker engine on cloud or self-hosted on-premise infrastructures such as Bare Metal or Virtual Machine in various Hypervisors.
!Platforms     Terraform Docker  Docker provisioner using terraform. Installing docker engine on cloud or self-hosted on-premise infrastructure such as Bare Metal or Virtual Machine in various Hypervisor. Requirements | Name | Version | | ---- | ------- | | Terraform | >= 1.0.11 | Getting Started There are instructions under demo directory will get you a copy of the project up and running on your local machine for development and testing purposes. Usage Deploy on self-hosted VM ``shell module "docker" { source = "bayudwiyansatria/bootstrap/docker" server_ips = var.server_ips ssh_private_key = var.cluster_admin_ssh_access } ` `shell mod
| Name | Type | Description | Default |
|---|---|---|---|
| server_ips | list(string) | Server IPs | required |
| ssh_private_key | string | SSH Private Key | required |
| docker_version | string | Docker Version | "20.10.11" |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,