Skip to content

sparsh-anurag/terraform-aws-mongodb

 
 

Repository files navigation

terraform-aws-mongodb

Usage

module "ec2-mongodb" {
    source                    = "git::https://github.com/tothenew/terraform-aws-mongodb.git"
    key_name                  = "key_name"
    iam_instance_profile      = "test-role"
    security_groups           = ["sg-999999999999"]
    subnet_id                 = "subnet-999999999999"
    project_name_prefix       = "dev-tothenew"
    mongo_version             = "5.0"
    common_tags               = {
      "Project"     = "ToTheNew",
      "Environment" = "dev"
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 91.6%
  • Shell 8.4%