mirror of
https://github.com/sstent/Terraform_Snippets.git
synced 2026-01-25 14:41:49 +00:00
example ebs mapper
This commit is contained in:
13
deploy/main.tf
Normal file
13
deploy/main.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
provider "aws" {
|
||||
version = "~> 2.0"
|
||||
region = "us-east-2"
|
||||
}
|
||||
|
||||
module "servers" {
|
||||
source = "../test"
|
||||
num_instances = 2
|
||||
enable_mysql = false
|
||||
enable_mongo = true
|
||||
#mongo_disk_size = [300,100,100]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user