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"
}
}
forked from tothenew/terraform-aws-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 1
License
sparsh-anurag/terraform-aws-mongodb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HCL 91.6%
- Shell 8.4%