bootstrap

bayudwiyansatria/bootstrap/docker

Terraform Module HCL 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.

Install
module "bootstrap" {
source = "bayudwiyansatria/bootstrap/docker"
version = "1.0.0"
}
plain text: /constructs/tfmod-bayudwiyansatria-bootstrap-docker/install.txt
⭐ Source on GitHub 📦 Registry page
README

!Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) Terraform Docker ![Contributor Covenant](CODE_OF_CONDUCT.md) 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

Inputs (3)
NameTypeDescriptionDefault
server_ipslist(string)Server IPs required
ssh_private_keystringSSH Private Key required
docker_versionstringDocker Version"20.10.11"
Resources (1)
null_resource
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud DOCKER
★ Stars1
Forks0
Total downloads922
Inputs3
Resources1
LicenseMIT
Namespacebayudwiyansatria
Updated