turangozukara / terraform-aws-docker-instance-module

Description: Terraform module which creates a docker instance resource on AWS.

Home Page:https://registry.terraform.io/modules/turangozukara/docker-instance-module/aws/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Module to provision an AWS EC2 instance with the latest amazon linux 2 ami and installed docker in it.

Not intended for production use. It is an example module.

It is just for showing how to create a publish module in Terraform Registry.

Usage:

provider "aws" {
  region = "us-east-1"
}

module "docker_instance" {
    source = "turangozukara/docker-instance-module/aws"
    key_name = "yourkeyname"
}

About

Description: Terraform module which creates a docker instance resource on AWS.

https://registry.terraform.io/modules/turangozukara/docker-instance-module/aws/latest


Languages

Language:HCL 85.8%Language:Shell 14.2%